Version hochgesetzt

This commit is contained in:
2026-06-01 14:39:54 +02:00
parent 9b8218fc77
commit 7b3c4df212

View File

@@ -15,12 +15,12 @@ namespace BeWo
{
var baseVersion = new Version(BeWoApp.ShortVersion);
var stage = BeWoClientReleaseStage.Sandbox;
var stageVersion = new Version("4.5");
var stageVersion = new Version("5.0");
var feature = BeWoClientFeature.AI;
#if !DEBUG
stage = BeWoClientReleaseStage.Release;
feature = BeWoClientFeature.None;
//stage = BeWoClientReleaseStage.Release;
//feature = BeWoClientFeature.None;
#endif
BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature);