Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Jan 12, 2024
1 parent 1bde869 commit bc96e8c
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 @@ -16,7 +16,7 @@ public static string Version
{
get
{
const string version = "1.0.2";
const string version = "1.1.0";
#if DEBUG
return $"{version}-dev";
#else
Expand Down

0 comments on commit bc96e8c

Please sign in to comment.