From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:51:00 +0000 (-0800) Subject: Resets -dev version string X-Git-Tag: v2.5.0~4^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ce4113e0d5256f4af7bc91e14dbc03e682e4a8;p=thirdparty%2Fpaperless-ngx.git Resets -dev version string --- diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index 8de4d6400f..6135915d93 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: '4', appTitle: 'Paperless-ngx', - version: '2.4.3', + version: '2.4.3-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/',