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

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