5.1.4 viewcontext fix

This commit is contained in:
2026-06-15 12:06:03 +02:00
parent fd7bf5e2bb
commit a5fe8ddc33
2 changed files with 24 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ namespace BeWo
{
var baseVersion = new Version(BeWoApp.ShortVersion);
var stage = BeWoClientReleaseStage.Sandbox;
var stageVersion = new Version("5.1.3");
var stageVersion = new Version("5.1.4");
var feature = BeWoClientFeature.AI;
#if !DEBUG