Resets frontend version tag to -dev

This commit is contained in:
Trenton H 2023-06-21 09:50:50 -07:00
parent c02563d894
commit 76d2df3bde

View File

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