Update auf version 4.2 (3.30.2)

This commit is contained in:
2026-03-11 15:28:09 +01:00
parent b95b6a7701
commit 4a87560b37
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ namespace BeWo
public static LoginControl LoginControl;
public static MainControl MainControl;
public static string ShortVersion = "3.30.1";
public static string ShortVersion = "3.30.2";
public static string Version => BeWoAppInfo.BeWoAppVersion.ToString();
public static int RenderTier = 0;

View File

@@ -15,7 +15,7 @@ namespace BeWo
{
var baseVersion = new Version(BeWoApp.ShortVersion);
var stage = BeWoClientReleaseStage.Release;
var stageVersion = new Version("4.0");
var stageVersion = new Version("4.2");
var feature = BeWoClientFeature.None;
BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature);