mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Reset to -dev versioning string
This commit is contained in:
parent
a0ece589b0
commit
6c19a0f8c7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export const environment = {
|
|||
apiBaseUrl: document.baseURI + 'api/',
|
||||
apiVersion: '3',
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: '1.17.2',
|
||||
version: '1.17.2-dev',
|
||||
webSocketHost: window.location.host,
|
||||
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
|
||||
webSocketBaseUrl: base_url.pathname + 'ws/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue