Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Apr 23, 2024
1 parent 9f04296 commit 9f8778d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.6.5
VERSION=v0.6.6
GO_CMD=go
GO_BUILD=$(GO_CMD) build
DEBUG_FLAGS = -gcflags "all=-N -l"
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sudo docker run -d --restart unless-stopped \
--dns=1.1.1.1 \
-v /home/ubuntu/gbans/gbans.yml:/app/gbans.yml:ro \
--name gbans \
ghcr.io/leighmacdonald/gbans:v0.6.5
ghcr.io/leighmacdonald/gbans:v0.6.6
```

Substitute `/home/ubuntu/gbans/gbans.yml` with the location of your config.
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.6.5",
"version": "v0.6.6",
"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 @@ -49,7 +49,7 @@ export default defineConfig({
inject: {
data: {
title: 'Uncletopia',
build_version: 'v0.6.5',
build_version: 'v0.6.6',
discord_link_id: 'caQKCWFMrN',
asset_url: 'https://assets.uncletopia.com',
bucket_demo: 'demos',
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.5.15-next2"
#define PLUGIN_VERSION "0.6.6"

#define MAX_SCORES 256

Expand Down

0 comments on commit 9f8778d

Please sign in to comment.