File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all test clean build install frontend sourcemod
2
- VERSION =v0.6.0
2
+ VERSION =v0.6.1
3
3
GO_CMD =go
4
4
GO_BUILD =$(GO_CMD ) build
5
5
DEBUG_FLAGS = -gcflags "all=-N -l"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ sudo docker run -d --restart unless-stopped \
62
62
--dns=1.1.1.1 \
63
63
-v /home/ubuntu/gbans/gbans.yml:/app/gbans.yml:ro \
64
64
--name gbans \
65
- ghcr.io/leighmacdonald/gbans:v0.6.0
65
+ ghcr.io/leighmacdonald/gbans:v0.6.1
66
66
```
67
67
68
68
Substitute ` /home/ubuntu/gbans/gbans.yml ` with the location of your config.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gbans" ,
3
- "version" : " v0.6.0 " ,
3
+ "version" : " v0.6.1 " ,
4
4
"description" : " gbans" ,
5
5
"repository" : " github.com/leighmacdonald/gbans" ,
6
6
"author" : " Leigh MacDonald" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default defineConfig({
48
48
inject : {
49
49
data : {
50
50
title : 'Uncletopia' ,
51
- build_version : 'v0.6.0 ' ,
51
+ build_version : 'v0.6.1 ' ,
52
52
discord_link_id : 'caQKCWFMrN'
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments