]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update dev version string
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 27 Jun 2023 23:44:05 +0000 (16:44 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 27 Jun 2023 23:44:05 +0000 (16:44 -0700)
src-ui/src/environments/environment.prod.ts

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