diff options
Diffstat (limited to 'AleeBot/Data.cs')
| -rw-r--r-- | AleeBot/Data.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AleeBot/Data.cs b/AleeBot/Data.cs index 62a5f98..417e90e 100644 --- a/AleeBot/Data.cs +++ b/AleeBot/Data.cs @@ -23,7 +23,7 @@ namespace AleeBot { //This will be storing public variables such as versions and stuff. - public static string Version = "3.0 Beta"; + public static string Version = "3.0"; public static string prefix = "ab:"; } } |
