Resets version string to 2.0.1-dev

This commit is contained in:
Trenton Holmes 2023-11-30 07:11:46 -08:00
parent 65f6b0881e
commit 69be86e16c

View File

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