]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset dev version string
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 3 Jun 2024 05:36:53 +0000 (22:36 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 3 Jun 2024 05:36:53 +0000 (22:36 -0700)
src-ui/src/environments/environment.prod.ts

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