Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Feb 22, 2024
1 parent f33d767 commit 3b4dfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Hat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static string Version
{
get
{
const string version = "1.1.1";
const string version = "1.2.0";
#if DEBUG
return $"{version}-dev";
#else
Expand Down

0 comments on commit 3b4dfbe

Please sign in to comment.