]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets frontend version tag to -dev
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 21 Jun 2023 16:50:50 +0000 (09:50 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 21 Jun 2023 16:50:50 +0000 (09:50 -0700)
src-ui/src/environments/environment.prod.ts

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