diff --git a/SolutionVersion.cs b/SolutionVersion.cs index e6dce956fd6..f94243fded5 100644 --- a/SolutionVersion.cs +++ b/SolutionVersion.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")] \ No newline at end of file