Skip to content

Commit

Permalink
🔖 fix: bump Makefile version tag (#106)
Browse files Browse the repository at this point in the history
Update the version tag in the Makefile to be commensurate with the version number in both CLI and GUI files.
  • Loading branch information
KagemniKarimu authored Dec 17, 2024
1 parent 6208c00 commit 2436f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Variables
VERSION ?= 1.1.0
VERSION ?= 1.1.1
GIT_COMMIT=$(shell git rev-parse --short HEAD)
BUILD_DATE=$(shell date -u '+%Y-%m-%d:%H:%M:%S')
GO_VERSION=$(shell go version | cut -d' ' -f3)
Expand Down

0 comments on commit 2436f18

Please sign in to comment.