update version string for dev

This commit is contained in:
Michael Shamoon 2023-01-01 14:42:26 -08:00
parent 3fe68d7bbe
commit b9d1499d04

View File

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