From 802277bdb4a082dbc6eec2ab8ba689810587df7c Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Wed, 20 Sep 2017 18:59:50 -0400 Subject: [PATCH] Bumping version to 0.21.1 --- common/SolutionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } }