]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset dev version string
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 7 May 2024 06:50:52 +0000 (23:50 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 7 May 2024 06:50:52 +0000 (23:50 -0700)
src-ui/src/environments/environment.prod.ts

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