From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:50:50 +0000 (-0700) Subject: Resets frontend version tag to -dev X-Git-Tag: v1.16.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d2df3bde8994583c083c29e43104c00d1880af;p=thirdparty%2Fpaperless-ngx.git Resets frontend version tag to -dev --- diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index dad919b61c..d8e90d9a7b 100644 --- a/src-ui/src/environments/environment.prod.ts +++ b/src-ui/src/environments/environment.prod.ts @@ -5,7 +5,7 @@ export const environment = { apiBaseUrl: document.baseURI + 'api/', apiVersion: '3', appTitle: 'Paperless-ngx', - version: '1.16.3', + version: '1.16.3-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/',