]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets version to -dev tagging
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 25 Jan 2023 20:29:57 +0000 (12:29 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 25 Jan 2023 20:29:57 +0000 (12:29 -0800)
src-ui/src/environments/environment.prod.ts

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