mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Reset dev version string
This commit is contained in:
parent
b58c114a76
commit
2c69d0fd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export const environment = {
|
|||
apiBaseUrl: document.baseURI + 'api/',
|
||||
apiVersion: '5',
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: '2.8.1',
|
||||
version: '2.8.1-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