]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset dev version string
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 26 Jan 2024 17:28:04 +0000 (09:28 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Fri, 26 Jan 2024 17:28:04 +0000 (09:28 -0800)
src-ui/src/environments/environment.prod.ts

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