Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Dec 5, 2023
1 parent fff8c91 commit f83ac2c
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.5"
LABEL org.opencontainers.image.version="v0.5.6"
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.5
VERSION=v0.5.6
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.5",
"version": "0.5.6",
"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.5"
#define PLUGIN_VERSION "0.5.6"
#define PLUGIN_NAME "gbans"

#define MAX_SCORES 256
Expand Down

0 comments on commit f83ac2c

Please sign in to comment.