Adds the UI -dev tag back for dev

This commit is contained in:
stumpylog
2026-07-22 13:17:04 -07:00
parent 1203203e08
commit efb193e34c
+1 -1
View File
@@ -6,7 +6,7 @@ export const environment = {
apiVersion: '10', // match src/paperless/settings.py
appTitle: 'Paperless-ngx',
tag: 'prod',
version: '3.0.0',
version: '3.0.0-dev',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',