]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset dev version string
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 13 May 2024 20:25:22 +0000 (13:25 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 13 May 2024 20:25:22 +0000 (13:25 -0700)
src-ui/src/environments/environment.prod.ts

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