From d698a2bfdbc238b944f9b53d013060413b0b1589 Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Thu, 31 Oct 2024 18:04:24 +0100 Subject: [PATCH] feat(version): updated version number --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 4d2bf4e..131c4b3 100644 --- a/config.ts +++ b/config.ts @@ -9,5 +9,5 @@ export const PB_STORAGE_KEY = "stuve-it-login-record" // general export const APP_NAME = "StuVe IT" -export const APP_VERSION = "0.9.7 (beta)" +export const APP_VERSION = "0.9.8 (beta)" export const APP_URL = "https://it.stuve.uni-ulm.de" \ No newline at end of file