Reset version string to indicate development

This commit is contained in:
Trenton Holmes 2023-01-24 18:49:14 -08:00
parent 454264a87f
commit 10a5d50ce9

View File

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