]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset dev version string
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 7 Jan 2024 06:43:25 +0000 (22:43 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 7 Jan 2024 06:43:25 +0000 (22:43 -0800)
src-ui/src/environments/environment.prod.ts

index 7f46e44d1473d7157045b0760bb90f68f92b3378..ce4e9a189929327fc61baf1b6c1b769f8587431e 100644 (file)
@@ -5,7 +5,7 @@ export const environment = {
   apiBaseUrl: document.baseURI + 'api/',
   apiVersion: '4',
   appTitle: 'Paperless-ngx',
-  version: '2.3.1',
+  version: '2.3.1-dev',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',