Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrapuff committed Jul 6, 2024
1 parent 35e8d12 commit 8ee40ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BotLooter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Console.ReadKey();
};

var version = new Version(0, 3, 7, 0);
var version = new Version(0, 3, 7, 1);

var versionChecker = new VersionChecker(Log.Logger);
await versionChecker.Check(version);
Expand Down

0 comments on commit 8ee40ee

Please sign in to comment.