Skip to content

Commit

Permalink
Version bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rajch committed Dec 4, 2021
1 parent 24347e8 commit 06c941c
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
Expand Up @@ -2,7 +2,7 @@
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 2
BUILD_NUMBER ?= 4
PATCH_NUMBER ?= -alpha1
PATCH_NUMBER ?=
VERSION_STRING = $(VERSION_MAJOR).$(VERSION_MINOR).$(BUILD_NUMBER)$(PATCH_NUMBER)

KUTTICMDFILES = cmd/kutti/*.go \
Expand Down

0 comments on commit 06c941c

Please sign in to comment.