Skip to content

Commit 3b63905

Browse files
authored
Update version
1 parent cfaebbe commit 3b63905

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COMMIT_HASH = `git rev-parse --short HEAD 2>/dev/null`
44
BUILD_DATE = `date +%FT%T%Z`
55
DEFAULT_TCP_SERVER = sdk.containerum.io:3000
66
DEFAULT_HTTP_SERVER = http://sdk.containerum.io:3333
7-
VERSION = 2.1.3
7+
VERSION = 2.1.4
88
REQLDFLAGS = -X ${PACKAGE}/chlib.CommitHash=${COMMIT_HASH} \
99
-X ${PACKAGE}/chlib.BuildDate=${BUILD_DATE} \
1010
-X ${PACKAGE}/chlib/dbconfig.DefaultTCPServer=${DEFAULT_TCP_SERVER} \
@@ -112,4 +112,4 @@ uninstall:
112112
@rm ${AUTOCOMPFILE}
113113
@echo -e "\x1b[35mNo removing config dir ${HOME}/.containerum\x1b[0m"
114114

115-
.PHONY: all build clean clean-build clean-all
115+
.PHONY: all build clean clean-build clean-all

0 commit comments

Comments
 (0)