]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset dev version string
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 7 Apr 2024 01:19:59 +0000 (18:19 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 7 Apr 2024 01:19:59 +0000 (18:19 -0700)
src-ui/src/environments/environment.prod.ts

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