Quellcode durchsuchen

Update consts.ts

MaxKey vor 2 Jahren
Ursprung
Commit
9c4c297e80
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts

+ 1 - 1
maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts

@@ -26,5 +26,5 @@ export const CONSTS = {
   REDIRECT_URI: 'redirect_uri',
   REMEMBER: 'remember_me',
   TOKEN: '_token',
-  VERSION: 'v3.5.4 GA'
+  VERSION: 'v3.5.5 GA'
 };