]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset to -dev versioning string
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 24 Aug 2023 18:42:25 +0000 (11:42 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 24 Aug 2023 18:42:25 +0000 (11:42 -0700)
src-ui/src/environments/environment.prod.ts

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