Skip to content

Commit

Permalink
Merge pull request #158 from egebilecen/v1.11.x
Browse files Browse the repository at this point in the history
v1.11.5
  • Loading branch information
egebilecen authored Aug 5, 2024
2 parents 1552cac + f358713 commit 4b087cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public static class Application
{
public const string BotRepoURL = "https://github.com/egebilecen/PZServerDiscordBot";
public static readonly SemanticVersion BotVersion = new SemanticVersion(1, 11, 4, DevelopmentStage.Release);
public static readonly SemanticVersion BotVersion = new SemanticVersion(1, 11, 5, DevelopmentStage.Release);
public static Settings.BotSettings BotSettings;

public static DiscordSocketClient Client;
Expand Down

0 comments on commit 4b087cb

Please sign in to comment.