]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update version strings for dev
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 30 Dec 2022 23:39:02 +0000 (15:39 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 30 Dec 2022 23:39:02 +0000 (15:39 -0800)
src-ui/src/environments/environment.prod.ts

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