]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset -dev version tagging
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 16 Jun 2023 17:08:36 +0000 (10:08 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 16 Jun 2023 17:08:36 +0000 (10:08 -0700)
src-ui/src/environments/environment.prod.ts

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