Resets -dev version string

This commit is contained in:
Trenton H 2023-06-19 09:39:50 -07:00
parent 2080fde4f9
commit 0fb553675b

View File

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