diff --git a/src/Constants.cs b/src/Constants.cs index 2a958e9f..f9f6acad 100755 --- a/src/Constants.cs +++ b/src/Constants.cs @@ -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, "👍");