]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets version string
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Mon, 8 Jan 2024 01:03:46 +0000 (17:03 -0800)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Mon, 8 Jan 2024 01:03:46 +0000 (17:03 -0800)
src-ui/src/environments/environment.prod.ts

index 72daea7d12d44053c3feeacbb215440123fddb0d..933a504cc9c113f7783ef3fb2d741a3575b04f70 100644 (file)
@@ -5,7 +5,7 @@ export const environment = {
   apiBaseUrl: document.baseURI + 'api/',
   apiVersion: '4',
   appTitle: 'Paperless-ngx',
-  version: '2.3.2',
+  version: '2.3.2-dev',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',