]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets -dev version string
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Sat, 10 Feb 2024 19:15:12 +0000 (11:15 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Sat, 10 Feb 2024 19:15:12 +0000 (11:15 -0800)
src-ui/src/environments/environment.prod.ts

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