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

Commit d8fe6f7

Browse files
Changing version to beta1
1 parent c99b7b5 commit d8fe6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/SolutionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ internal static class AssemblyVersionInformation {
3434
// this is for the AssemblyVersion and AssemblyVersion attributes, which can't handle alphanumerics
3535
internal const string VersionForAssembly = "1.2.0";
3636
// Actual real version
37-
internal const string Version = "1.2.0-beta";
37+
internal const string Version = "1.2.0-beta1";
3838
}
3939
}

0 commit comments

Comments
 (0)