Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kfeofantov authored Oct 4, 2017
1 parent cfaebbe commit 3b63905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COMMIT_HASH = `git rev-parse --short HEAD 2>/dev/null`
BUILD_DATE = `date +%FT%T%Z`
DEFAULT_TCP_SERVER = sdk.containerum.io:3000
DEFAULT_HTTP_SERVER = http://sdk.containerum.io:3333
VERSION = 2.1.3
VERSION = 2.1.4
REQLDFLAGS = -X ${PACKAGE}/chlib.CommitHash=${COMMIT_HASH} \
-X ${PACKAGE}/chlib.BuildDate=${BUILD_DATE} \
-X ${PACKAGE}/chlib/dbconfig.DefaultTCPServer=${DEFAULT_TCP_SERVER} \
Expand Down Expand Up @@ -112,4 +112,4 @@ uninstall:
@rm ${AUTOCOMPFILE}
@echo -e "\x1b[35mNo removing config dir ${HOME}/.containerum\x1b[0m"

.PHONY: all build clean clean-build clean-all
.PHONY: all build clean clean-build clean-all

0 comments on commit 3b63905

Please sign in to comment.