Version 4.3 (verspätet gepusht)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user