]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets to -dev versioning
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 4 Dec 2022 21:06:18 +0000 (13:06 -0800)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 4 Dec 2022 21:06:18 +0000 (13:06 -0800)
src-ui/src/environments/environment.prod.ts

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