Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrapuff committed Jan 30, 2024
1 parent 09b1f59 commit d6a0bb3
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, 4, 0);
var version = new Version(0, 3, 6, 0);

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

0 comments on commit d6a0bb3

Please sign in to comment.