]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bumps the version to 2.0.0
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 29 Nov 2023 03:43:30 +0000 (19:43 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 29 Nov 2023 03:43:30 +0000 (19:43 -0800)
src-ui/src/environments/environment.prod.ts

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