From afbc575ede57023d9524df1f6ebb83cf0c11a52c Mon Sep 17 00:00:00 2001 From: Leigh MacDonald Date: Sun, 7 Jan 2024 15:22:24 -0700 Subject: [PATCH] v0.5.14 --- Dockerfile | 2 +- Makefile | 2 +- frontend/package.json | 2 +- sourcemod/scripting/gbans/globals.sp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1fe43707b..6c1c94c30 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.13" +LABEL org.opencontainers.image.version="v0.5.14" 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 5d95e7913..7c3d72bd8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all test clean build install frontend sourcemod -VERSION=v0.5.13 +VERSION=v0.5.14 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 7005ba4e1..9b2c388c9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "gbans", - "version": "0.5.13", + "version": "0.5.14", "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 dbe69ba7d..e6c6030be 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.13" +#define PLUGIN_VERSION "0.5.14" #define PLUGIN_NAME "gbans" #define MAX_SCORES 256