Skip to content

Commit

Permalink
Reset dev version string
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed May 15, 2024
1 parent 5ff791e commit 50a6181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const environment = {
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '5',
appTitle: 'Paperless-ngx',
version: '2.8.6',
version: '2.8.6-dev',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',
Expand Down

0 comments on commit 50a6181

Please sign in to comment.