Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 27, 2021
1 parent 2202d7b commit 3c6d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Constants
public const string SelfBotAction = "**[Denied: Cannot execute on myself.]**";
public const string Hierarchy = "**[Denied: Prevented by hierarchy.]**";
public const string GuildNotInDatabase = "**[Error: Failed to execute command because the guild is not in the database!]**";
public const string Version = "1.0.0-beta2.4";
public const string Version = "1.0.0";

// Not constants, but they got no where else to go.
public static readonly DiscordEmoji ThumbsUp = DiscordEmoji.FromUnicode(Program.Client, "👍");
Expand Down

0 comments on commit 3c6d727

Please sign in to comment.