]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Reset dev versioning string
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 27 Apr 2023 14:16:20 +0000 (07:16 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 27 Apr 2023 14:16:20 +0000 (07:16 -0700)
src-ui/src/environments/environment.prod.ts

index 6ba900628f75a5ef2fe2f2073b8ab481109b7ebf..39d58d94ed960613dac654ab5859ef40fcf98206 100644 (file)
@@ -5,7 +5,7 @@ export const environment = {
   apiBaseUrl: document.baseURI + 'api/',
   apiVersion: '2',
   appTitle: 'Paperless-ngx',
-  version: '1.14.1',
+  version: '1.14.1-dev',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',