]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset to -dev version string
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Tue, 29 Aug 2023 01:43:21 +0000 (18:43 -0700)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Tue, 29 Aug 2023 01:43:21 +0000 (18:43 -0700)
src-ui/src/environments/environment.prod.ts

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