diff --git a/Makefile b/Makefile index 40a15d621..907131875 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all test clean build install frontend sourcemod build -VERSION=v0.7.21 +VERSION=v0.7.22 GO_CMD=go GO_BUILD=$(GO_CMD) build DEBUG_FLAGS = -gcflags "all=-N -l" diff --git a/frontend/package.json b/frontend/package.json index 7cf38f645..ac218fb7d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "gbans", - "version": "v0.7.21", + "version": "v0.7.22", "description": "gbans", "repository": "github.com/leighmacdonald/gbans", "author": "Leigh MacDonald", diff --git a/sourcemod/scripting/gbans/globals.sp b/sourcemod/scripting/gbans/globals.sp index 7a27e610f..4f6323981 100644 --- a/sourcemod/scripting/gbans/globals.sp +++ b/sourcemod/scripting/gbans/globals.sp @@ -2,7 +2,7 @@ #pragma tabsize 4 #pragma newdecls required -#define PLUGIN_VERSION "0.7.21" +#define PLUGIN_VERSION "0.7.22" #define MAX_SCORES 256