We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7450088 commit 4c697abCopy full SHA for 4c697ab
src-ui/src/environments/environment.prod.ts
@@ -5,7 +5,7 @@ export const environment = {
5
apiBaseUrl: document.baseURI + 'api/',
6
apiVersion: '2',
7
appTitle: 'Paperless-ngx',
8
- version: '1.7.1-dev',
+ version: '1.8.0-rc1',
9
webSocketHost: window.location.host,
10
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
11
webSocketBaseUrl: base_url.pathname + 'ws/',
0 commit comments