Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Changing version to beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Oct 24, 2018
1 parent c99b7b5 commit d8fe6f7
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.2.0";
// Actual real version
internal const string Version = "1.2.0-beta";
internal const string Version = "1.2.0-beta1";
}
}

0 comments on commit d8fe6f7

Please sign in to comment.