]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets version to -dev string
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 9 May 2024 20:21:55 +0000 (13:21 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 9 May 2024 20:21:55 +0000 (13:21 -0700)
src-ui/src/environments/environment.prod.ts

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