]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets develop versioning
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 15 Feb 2024 01:14:33 +0000 (17:14 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 15 Feb 2024 01:14:33 +0000 (17:14 -0800)
src-ui/src/environments/environment.prod.ts

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