Skip to content

Commit a521868

Browse files
committed
set version as 0.1.4
1 parent bf949a1 commit a521868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GO_BIN := ${shell which go}
22
CURRENT_DIR := ${PWD}
33
MAJOR := 0
44
MINOR := 1
5-
MICRO := 0
5+
MICRO := 4
66
VERSION := $(MAJOR).$(MINOR).$(MICRO)
77
PREFIX ?= /usr/local/
88
PREFIX_INCLUDE := $(PREFIX)/include

0 commit comments

Comments
 (0)