Version 2.1

This commit is contained in:
2025-12-04 15:06:11 +01:00
parent 51b5a8b428
commit 035ee2910b

View File

@@ -15,7 +15,7 @@ namespace BeWo
{
var baseVersion = new Version(BeWoApp.ShortVersion);
var stage = BeWoClientReleaseStage.Sandbox;
var stageVersion = new Version("2.0");
var stageVersion = new Version("2.1");
var feature = BeWoClientFeature.AI;
BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature);