]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update dev version string
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 26 Jun 2023 19:56:47 +0000 (12:56 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 26 Jun 2023 19:56:47 +0000 (12:56 -0700)
src-ui/src/environments/environment.prod.ts

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