diff --git a/common/SolutionInfo.cs b/common/SolutionInfo.cs index 3f02b1144..9727f1f68 100644 --- a/common/SolutionInfo.cs +++ b/common/SolutionInfo.cs @@ -31,6 +31,6 @@ namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.21.0"; + internal const string Version = "0.21.1"; } }