]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset version string to indicate development
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Wed, 25 Jan 2023 02:49:14 +0000 (18:49 -0800)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Wed, 25 Jan 2023 02:49:14 +0000 (18:49 -0800)
src-ui/src/environments/environment.prod.ts

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