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

Commit f82b7ce

Browse files
Merge branch 'master' into fixes/project-window-interface-initialized
2 parents 09102c3 + c346bb1 commit f82b7ce

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.0.3";
35+
internal const string VersionForAssembly = "1.1.0";
3636
// Actual real version
37-
internal const string Version = "1.0.3";
37+
internal const string Version = "1.1.0";
3838
}
3939
}

0 commit comments

Comments
 (0)