Reset -dev version tagging

This commit is contained in:
Trenton H 2023-06-16 10:08:36 -07:00
parent 25cdf7916d
commit 2a240d83fd

View File

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