]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add dev tag to dev version
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 17 Feb 2023 04:42:48 +0000 (20:42 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Fri, 17 Feb 2023 04:43:14 +0000 (20:43 -0800)
src-ui/src/environments/environment.prod.ts

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