Adds the -dev back to the UI version

This commit is contained in:
Trenton Holmes 2022-11-27 17:43:46 -08:00
parent a2937cd54d
commit e74d7dadfb

View File

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