diff --git a/common/SolutionInfo.cs b/common/SolutionInfo.cs index 44c1a4644..9d03c1349 100644 --- a/common/SolutionInfo.cs +++ b/common/SolutionInfo.cs @@ -34,6 +34,6 @@ internal static class AssemblyVersionInformation { // this is for the AssemblyVersion and AssemblyVersion attributes, which can't handle alphanumerics internal const string VersionForAssembly = "1.0.0"; // Actual real version - internal const string Version = "1.0.0rc2"; + internal const string Version = "1.0.0rc3"; } }