Skip to content

Commit

Permalink
chore: Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi4erd committed Jul 24, 2024
1 parent e656d04 commit 9e1344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TalkingBotLib/TalkingBotClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class TalkingBotClient
{
public const int Major = 2;
public const int Minor = 0;
public const int Patch = 0;
public const int Patch = 1;

#if DEBUG
public const bool IsBuilt = false;
Expand Down

0 comments on commit 9e1344f

Please sign in to comment.