Skip to content

Commit

Permalink
v0.7.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald authored and github-actions[bot] committed May 15, 2024
1 parent 685e6e8 commit 876d166
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: all test clean build install frontend sourcemod
VERSION=v0.7.2
VERSION=v0.7.3
GO_CMD=go
GO_BUILD=$(GO_CMD) build
DEBUG_FLAGS = -gcflags "all=-N -l"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gbans",
"version": "v0.7.2",
"version": "v0.7.3",
"description": "gbans",
"repository": "github.com/leighmacdonald/gbans",
"author": "Leigh MacDonald",
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default defineConfig({
inject: {
data: {
site_name: 'Uncletopia',
build_version: 'v0.7.2',
build_version: 'v0.7.3',
discord_link_id: 'caQKCWFMrN',
asset_url: ''
}
Expand Down
2 changes: 1 addition & 1 deletion sourcemod/scripting/gbans/globals.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#pragma tabsize 4
#pragma newdecls required

#define PLUGIN_VERSION "0.7.2"
#define PLUGIN_VERSION "0.7.3"

#define MAX_SCORES 256

Expand Down

0 comments on commit 876d166

Please sign in to comment.