From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 18 Mar 2024 05:58:35 +0000 (-0700) Subject: Reset dev version string X-Git-Tag: v2.7.0~1^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ef51af55ce23eebea6f42b32db9d45fb99a8e1;p=thirdparty%2Fpaperless-ngx.git Reset dev version string --- diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index 4bae5941aa..9a75a1f62a 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.6.3', + version: '2.6.3-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/',