Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobly0 committed Apr 18, 2021
1 parent ecafcfa commit a65a8a2
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 @@ -7,7 +7,7 @@ CC ?= clang
NAME ?= TRANSFER
MAJOR_VERSION ?= 0
MINOR_VERSION ?= 0
PATCH_VERSION ?= 3
PATCH_VERSION ?= 4
KIND_VERSION ?= n
BUILD_VERSION ?= -$(shell git rev-parse --short HEAD)
FULL_VERSION ?= v$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)$(KIND_VERSION)$(BUILD_VERSION)
Expand Down

0 comments on commit a65a8a2

Please sign in to comment.