From 3681c31b265453fd4aa0f82491d9822b2f8853d2 Mon Sep 17 00:00:00 2001 From: Leigh MacDonald Date: Wed, 6 Dec 2023 06:59:40 -0700 Subject: [PATCH] 0.5.8 --- 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 bec26c28e..0f02d353e 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.7" +LABEL org.opencontainers.image.version="v0.5.8" 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 6f9bc6b48..c93e29120 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all test clean build install frontend sourcemod -VERSION=v0.5.7 +VERSION=v0.5.8 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 619d8c395..a27409d9a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "gbans", - "version": "0.5.7", + "version": "0.5.8", "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 554276bd9..6e48e9c4f 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.7" +#define PLUGIN_VERSION "0.5.8" #define PLUGIN_NAME "gbans" #define MAX_SCORES 256