]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bumps version to 2.8.3 v2.8.3
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 9 May 2024 20:21:16 +0000 (13:21 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 9 May 2024 20:21:16 +0000 (13:21 -0700)
src-ui/src/environments/environment.prod.ts

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