]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update environment.prod.ts
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 4 Aug 2023 19:04:36 +0000 (12:04 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Fri, 4 Aug 2023 19:04:36 +0000 (12:04 -0700)
src-ui/src/environments/environment.prod.ts

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