]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update environment.prod.ts
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 25 Apr 2022 17:34:20 +0000 (10:34 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 25 Apr 2022 17:34:20 +0000 (10:34 -0700)
src-ui/src/environments/environment.prod.ts

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