From 6455fe6fd80a39aa45f7689e1909a737298c1f10 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Thu, 5 Mar 2026 13:02:27 +0100 Subject: [PATCH] 3.30.1 --- BeWo/BeWoApp.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index 796eba041..ed0ecb26c 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -56,7 +56,7 @@ namespace BeWo public static LoginControl LoginControl; public static MainControl MainControl; - public static string ShortVersion = "3.31"; + public static string ShortVersion = "3.30.1"; public static string Version => BeWoAppInfo.BeWoAppVersion.ToString(); public static int RenderTier = 0;