Skip to content

Commit

Permalink
chore: Bump version to 2.0.5 in Dockerfile and version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
monzim committed Oct 19, 2024
1 parent 5475e6d commit 6535e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 6535e45

Please sign in to comment.