]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Resets -dev version string
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Sun, 28 Jan 2024 20:51:00 +0000 (12:51 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Sun, 28 Jan 2024 20:51:00 +0000 (12:51 -0800)
src-ui/src/environments/environment.prod.ts

index 8de4d6400f4359681dd2f7200cb9202bc26256a4..6135915d933bb2ebc27666f501d510cef58599d9 100644 (file)
@@ -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/',