diff --git a/Makefile b/Makefile index 684bd555..72d02f7e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all test clean build install frontend sourcemod build -VERSION=v0.7.22 +VERSION=v0.7.23 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 a13a0df3..315dd027 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "gbans", - "version": "v0.7.22", + "version": "v0.7.23", "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 4f632398..059c0977 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.22" +#define PLUGIN_VERSION "0.7.23" #define MAX_SCORES 256