]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update environment.prod.ts
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 3 Jun 2023 16:32:04 +0000 (09:32 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 3 Jun 2023 16:32:04 +0000 (09:32 -0700)
src-ui/src/environments/environment.prod.ts

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