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

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