Resets version to -dev string

This commit is contained in:
Trenton H 2024-05-09 13:05:17 -07:00
parent 5b8cd96f37
commit 8c93d1db42

View File

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