diff --git a/common/SolutionInfo.cs b/common/SolutionInfo.cs index be62c7922..01651e91e 100644 --- a/common/SolutionInfo.cs +++ b/common/SolutionInfo.cs @@ -31,6 +31,6 @@ namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.30.8"; + internal const string Version = "0.30.9"; } }