]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset to -dev version string
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 15 Aug 2023 15:42:06 +0000 (08:42 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 15 Aug 2023 15:42:06 +0000 (08:42 -0700)
src-ui/src/environments/environment.prod.ts

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