We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaebbe commit 3b63905Copy full SHA for 3b63905
1 file changed
Makefile
@@ -4,7 +4,7 @@ COMMIT_HASH = `git rev-parse --short HEAD 2>/dev/null`
4
BUILD_DATE = `date +%FT%T%Z`
5
DEFAULT_TCP_SERVER = sdk.containerum.io:3000
6
DEFAULT_HTTP_SERVER = http://sdk.containerum.io:3333
7
-VERSION = 2.1.3
+VERSION = 2.1.4
8
REQLDFLAGS = -X ${PACKAGE}/chlib.CommitHash=${COMMIT_HASH} \
9
-X ${PACKAGE}/chlib.BuildDate=${BUILD_DATE} \
10
-X ${PACKAGE}/chlib/dbconfig.DefaultTCPServer=${DEFAULT_TCP_SERVER} \
@@ -112,4 +112,4 @@ uninstall:
112
@rm ${AUTOCOMPFILE}
113
@echo -e "\x1b[35mNo removing config dir ${HOME}/.containerum\x1b[0m"
114
115
-.PHONY: all build clean clean-build clean-all
+.PHONY: all build clean clean-build clean-all
0 commit comments