]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update dev version string
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 2 Dec 2022 16:30:42 +0000 (08:30 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 2 Dec 2022 16:30:42 +0000 (08:30 -0800)
src-ui/src/environments/environment.prod.ts

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