Skip to content

Commit

Permalink
Bump version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
qcasey committed Jul 17, 2022
1 parent 7450088 commit 4c697ab
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: '2',
appTitle: 'Paperless-ngx',
version: '1.7.1-dev',
version: '1.8.0-rc1',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',
Expand Down

0 comments on commit 4c697ab

Please sign in to comment.