diff --git a/Dockerfile b/Dockerfile index a08155413..dac2f4cc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ FROM alpine:latest LABEL maintainer="Leigh MacDonald " 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" diff --git a/Makefile b/Makefile index 3a30521da..046134e33 100644 --- a/Makefile +++ b/Makefile @@ -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)" diff --git a/frontend/package.json b/frontend/package.json index 7125a81ac..eee23564a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/sourcemod/scripting/gbans/globals.sp b/sourcemod/scripting/gbans/globals.sp index 0e2b4860f..33d6062f1 100644 --- a/sourcemod/scripting/gbans/globals.sp +++ b/sourcemod/scripting/gbans/globals.sp @@ -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