Version 4.3 (verspätet gepusht)

This commit is contained in:
2026-03-20 11:54:28 +01:00
parent b788d79496
commit 2e9d877a2c

View File

@@ -14,9 +14,9 @@ namespace BeWo
static BeWoAppInfo()
{
var baseVersion = new Version(BeWoApp.ShortVersion);
var stage = BeWoClientReleaseStage.Release;
var stageVersion = new Version("4.2");
var feature = BeWoClientFeature.None;
var stage = BeWoClientReleaseStage.Sandbox;
var stageVersion = new Version("4.3");
var feature = BeWoClientFeature.AI;
BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature);
}