aboutsummaryrefslogtreecommitdiff
path: root/AleeBot/Data.cs
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-05-06 19:54:13 -0400
committerAlee <Alee14498@gmail.com>2019-05-06 19:54:13 -0400
commit7189196f20592923496e6d638a8c3acd476be6fa (patch)
tree82c8b32a44e40c1861312d30b974e9beb77ee70c /AleeBot/Data.cs
parentf61c3581df0b9a119386bacbfb5b1053bb0fc589 (diff)
downloadAleeBot.NET-3.0.tar.gz
AleeBot.NET-3.0.tar.bz2
AleeBot.NET-3.0.zip
3.0 Releasedv3.0
Diffstat (limited to 'AleeBot/Data.cs')
-rw-r--r--AleeBot/Data.cs2
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:";
}
}