]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update version string for dev
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 30 Dec 2022 16:52:46 +0000 (08:52 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 30 Dec 2022 16:52:46 +0000 (08:52 -0800)
src-ui/src/environments/environment.prod.ts

index 3612dc33191f198ed41ceb2e24f4209a84d1ca95..a5254cc7492906779eaef888a5f881debeee8045 100644 (file)
@@ -5,7 +5,7 @@ export const environment = {
   apiBaseUrl: document.baseURI + 'api/',
   apiVersion: '2',
   appTitle: 'Paperless-ngx',
-  version: '1.11.1',
+  version: '1.11.1-dev',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',