Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yakikotori committed Aug 10, 2023
1 parent c9e25eb commit 5514f2a
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 @@ -18,7 +18,7 @@
Console.ReadKey();
};

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

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

0 comments on commit 5514f2a

Please sign in to comment.