mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Re-add -dev version tag
This commit is contained in:
parent
4353646b3a
commit
fd84fc9dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export const environment = {
|
|||
apiBaseUrl: document.baseURI + 'api/',
|
||||
apiVersion: '2',
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: '1.14.3',
|
||||
version: '1.14.3-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