Skip to content

Commit e036581

Browse files
Bump version
1 parent 1cbf473 commit e036581

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
2-
VERSION=v0.6.0
2+
VERSION=v0.6.1
33
GO_CMD=go
44
GO_BUILD=$(GO_CMD) build
55
DEBUG_FLAGS = -gcflags "all=-N -l"

docs/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sudo docker run -d --restart unless-stopped \
6262
--dns=1.1.1.1 \
6363
-v /home/ubuntu/gbans/gbans.yml:/app/gbans.yml:ro \
6464
--name gbans \
65-
ghcr.io/leighmacdonald/gbans:v0.6.0
65+
ghcr.io/leighmacdonald/gbans:v0.6.1
6666
```
6767

6868
Substitute `/home/ubuntu/gbans/gbans.yml` with the location of your config.

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.6.0",
3+
"version": "v0.6.1",
44
"description": "gbans",
55
"repository": "github.com/leighmacdonald/gbans",
66
"author": "Leigh MacDonald",

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default defineConfig({
4848
inject: {
4949
data: {
5050
title: 'Uncletopia',
51-
build_version: 'v0.6.0',
51+
build_version: 'v0.6.1',
5252
discord_link_id: 'caQKCWFMrN'
5353
}
5454
}

0 commit comments

Comments
 (0)