Skip to content

Commit

Permalink
Bugfix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rajch committed Dec 3, 2021
1 parent 0f74bff commit 92ff1c9
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 ?= 3
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 92ff1c9

Please sign in to comment.