diff --git a/common/SolutionInfo.cs b/common/SolutionInfo.cs index 52b2b93e8..90187ee9b 100644 --- a/common/SolutionInfo.cs +++ b/common/SolutionInfo.cs @@ -31,6 +31,6 @@ namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.12.0.0"; + internal const string Version = "0.13.0.0"; } }