]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add -dev to version string
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Thu, 28 Jul 2022 22:36:55 +0000 (15:36 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Thu, 28 Jul 2022 22:36:55 +0000 (15:36 -0700)
src-ui/src/environments/environment.prod.ts

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