Skip to content

Commit

Permalink
Bump version to 1.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
shana committed May 28, 2018
1 parent 64e1262 commit 0aa40cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}

0 comments on commit 0aa40cb

Please sign in to comment.