]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update environment.prod.ts
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 10 May 2022 23:48:59 +0000 (16:48 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 10 May 2022 23:48:59 +0000 (16:48 -0700)
src-ui/src/environments/environment.prod.ts

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