]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update environment.prod.ts
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 15 May 2023 15:23:53 +0000 (08:23 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 15 May 2023 15:23:53 +0000 (08:23 -0700)
src-ui/src/environments/environment.prod.ts

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