Skip to content

Commit 4c697ab

Browse files
committed
Bump version to beta
1 parent 7450088 commit 4c697ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ui/src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const environment = {
55
apiBaseUrl: document.baseURI + 'api/',
66
apiVersion: '2',
77
appTitle: 'Paperless-ngx',
8-
version: '1.7.1-dev',
8+
version: '1.8.0-rc1',
99
webSocketHost: window.location.host,
1010
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
1111
webSocketBaseUrl: base_url.pathname + 'ws/',

0 commit comments

Comments
 (0)