diff --git a/BeWo/BeWoAppInfo.cs b/BeWo/BeWoAppInfo.cs index 4b3e28658..3d417df12 100644 --- a/BeWo/BeWoAppInfo.cs +++ b/BeWo/BeWoAppInfo.cs @@ -19,8 +19,8 @@ namespace BeWo 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);