This commit is contained in:
Michael Shamoon 2022-04-25 10:26:49 -07:00
parent a358477cda
commit 4df065d8d5
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
__version__ = (1, 6, 0) __version__ = (1, 7, 0)