]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bumps version number to 1.10.0 v1.10.0
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Mon, 28 Nov 2022 01:21:12 +0000 (17:21 -0800)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Mon, 28 Nov 2022 01:21:12 +0000 (17:21 -0800)
src-ui/src/environments/environment.prod.ts

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