Reset dev version string

This commit is contained in:
shamoon 2024-01-24 11:51:41 -08:00
parent 1f3406fd77
commit 1e4d284b30

View File

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