]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets -dev version string
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 19 Jun 2023 16:39:50 +0000 (09:39 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 19 Jun 2023 16:39:50 +0000 (09:39 -0700)
src-ui/src/environments/environment.prod.ts

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