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

Commit 9ada287

Browse files
Bumping version
1 parent 58e13aa commit 9ada287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/SolutionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ namespace System
3232
{
3333
internal static class AssemblyVersionInformation {
3434
// this is for the AssemblyVersion and AssemblyVersion attributes, which can't handle alphanumerics
35-
internal const string VersionForAssembly = "1.1.1";
35+
internal const string VersionForAssembly = "1.2.0";
3636
// Actual real version
37-
internal const string Version = "1.1.1";
37+
internal const string Version = "1.2.0";
3838
}
3939
}

0 commit comments

Comments
 (0)