Reset dev version string

This commit is contained in:
shamoon 2024-05-14 22:38:23 -07:00
parent 05a240b6ed
commit 45138a1881

View File

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