v1.7.0-rc1

This commit is contained in:
Michael Shamoon
2022-04-11 21:03:02 -07:00
parent db169865a2
commit e70244237c
3 changed files with 7 additions and 2 deletions

View File

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