Skip to content

Commit a27a3a4

Browse files
leighmacdonaldgithub-actions[bot]
authored andcommitted
v0.7.22 Release
1 parent 17094f3 commit a27a3a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY: all test clean build install frontend sourcemod build
2-
VERSION=v0.7.21
2+
VERSION=v0.7.22
33
GO_CMD=go
44
GO_BUILD=$(GO_CMD) build
55
DEBUG_FLAGS = -gcflags "all=-N -l"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gbans",
3-
"version": "v0.7.21",
3+
"version": "v0.7.22",
44
"description": "gbans",
55
"repository": "github.com/leighmacdonald/gbans",
66
"author": "Leigh MacDonald",

sourcemod/scripting/gbans/globals.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#pragma tabsize 4
33
#pragma newdecls required
44

5-
#define PLUGIN_VERSION "0.7.21"
5+
#define PLUGIN_VERSION "0.7.22"
66

77
#define MAX_SCORES 256
88

0 commit comments

Comments
 (0)