Update dev version string

[ci skip]
This commit is contained in:
shamoon 2022-08-02 13:28:29 -07:00 committed by GitHub
parent 641ff9a71d
commit 7488505e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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