Bumps version to 2.8.3

This commit is contained in:
Trenton H 2024-05-09 13:21:16 -07:00
parent 83e3f8efb8
commit 43a6e3985d

View 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/',