Skip to content

Commit

Permalink
2.1-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruze03 authored Aug 16, 2020
1 parent 198267d commit abaa8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/discord_utilities/globals.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define PLUGIN_VERSION "2.0-BETA"
#define PLUGIN_VERSION "2.1-BETA"

#define PLUGIN_NAME "Discord Utilities"
#define PLUGIN_AUTHOR "Cruze"
Expand Down Expand Up @@ -63,4 +63,4 @@ bool g_bLateLoad = false;

Handle hRateLimit = null;
Handle hRateReset = null;
Handle hRateLeft = null;
Handle hRateLeft = null;

0 comments on commit abaa8a9

Please sign in to comment.