From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:45:46 +0000 (-0800) Subject: Actual 2.5.0 release now X-Git-Tag: v2.5.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97dceba783a9f641bcfdc3b6c27b603bb59a41ab;p=thirdparty%2Fpaperless-ngx.git Actual 2.5.0 release now --- diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index 7b0a1362df..5bf704518a 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.5.0-dev', + version: '2.5.0', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/',