Resets to -dev version string

This commit is contained in:
Trenton Holmes 2023-12-12 17:42:20 -08:00
parent 9016a1e6df
commit cd38c39908

View File

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