]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets to -dev version string
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Wed, 13 Dec 2023 01:42:20 +0000 (17:42 -0800)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Wed, 13 Dec 2023 01:42:20 +0000 (17:42 -0800)
src-ui/src/environments/environment.prod.ts

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