Skip to content

Commit

Permalink
v0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Jan 4, 2024
1 parent 9bac792 commit 5925cec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM alpine:latest

LABEL maintainer="Leigh MacDonald <[email protected]>"
LABEL org.opencontainers.image.source="https://github.com/leighmacdonald/gbans"
LABEL org.opencontainers.image.version="v0.5.11"
LABEL org.opencontainers.image.version="v0.5.12"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.description="Centralized community backend for Team Fortress 2"

Expand Down
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.5.11
VERSION=v0.5.12
GO_CMD=go
GO_BUILD=$(GO_CMD) build
GO_FLAGS = -trimpath -ldflags="-s -w -X github.com/leighmacdonald/gbans/internal/app.BuildVersion=$(VERSION)"
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": "0.5.11",
"version": "0.5.12",
"description": "gbans",
"main": "src/index.tsx",
"repository": "github.com/leighmacdonald/gbans",
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 @@ -11,7 +11,7 @@
#define _gbans_globals_included

#define PLUGIN_AUTHOR "Leigh MacDonald"
#define PLUGIN_VERSION "0.5.11"
#define PLUGIN_VERSION "0.5.12"
#define PLUGIN_NAME "gbans"

#define MAX_SCORES 256
Expand Down

0 comments on commit 5925cec

Please sign in to comment.