]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Adds the -dev back to the UI version
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Mon, 28 Nov 2022 01:43:46 +0000 (17:43 -0800)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Mon, 28 Nov 2022 01:43:46 +0000 (17:43 -0800)
src-ui/src/environments/environment.prod.ts

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