From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 9 May 2024 20:21:55 +0000 (-0700) Subject: Resets version to -dev string X-Git-Tag: v2.8.4~2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b850423f4dca8ea2ffc44b05035e0a0294f425;p=thirdparty%2Fpaperless-ngx.git Resets version to -dev string --- diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index be887f5dbb..0e7999be28 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: '5', appTitle: 'Paperless-ngx', - version: '2.8.3', + version: '2.8.3-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/',