diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-06 20:46:56 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-06 20:46:56 -0400 |
| commit | dc992a56d83c76d5dee5385c85c79fd758ee5a84 (patch) | |
| tree | 52921e49a8e88a6ac3429497d7011d543dea1281 /AleeBot/Data.cs | |
| parent | 17266645d1d366d4c810fcacede12405987fb0ab (diff) | |
| download | AleeBot.NET-dc992a56d83c76d5dee5385c85c79fd758ee5a84.tar.gz AleeBot.NET-dc992a56d83c76d5dee5385c85c79fd758ee5a84.tar.bz2 AleeBot.NET-dc992a56d83c76d5dee5385c85c79fd758ee5a84.zip | |
3.1 Beta
Diffstat (limited to 'AleeBot/Data.cs')
| -rw-r--r-- | AleeBot/Data.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AleeBot/Data.cs b/AleeBot/Data.cs index 01ea18b..0b0c988 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.1"; - public static string prefix = "ab:"; + public static string Version = "3.1 Beta"; + public static string prefix = "abb:"; } } |
