From 6535e458be3891ad7b2ac4c03236f1b37f8b92b7 Mon Sep 17 00:00:00 2001 From: AZRAF AL MONZIM Date: Sat, 19 Oct 2024 23:21:40 +0600 Subject: [PATCH] chore: Bump version to 2.0.5 in Dockerfile and version.go --- Dockerfile | 2 +- commands/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8dc4790..9f6f05e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o main . FROM alpine:3.19.1 -LABEL name="UIU Discord Bot" version="2.0.3" +LABEL name="UIU Discord Bot" version="2.0.5" LABEL author="Azraf Al Monzim" LABEL maintainer="Azraf Al Monzim" diff --git a/commands/version.go b/commands/version.go index 3991e7d..1e8e5c6 100644 --- a/commands/version.go +++ b/commands/version.go @@ -6,7 +6,7 @@ import ( "github.com/bwmarrin/discordgo" ) -var VERSION = "2.0.3" +var VERSION = "2.0.5" var BUILD = time.Date(2024, time.October, 19, 11, 00, 00, 00, time.UTC) var handlerVersion = Commnad{