We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624ad25 commit 2674b25Copy full SHA for 2674b25
1 file changed
Makefile
@@ -22,7 +22,7 @@
22
# immunities granted to it by virtue of its status as an
23
# Intergovernmental Organization or submit itself to any jurisdiction.
24
25
-VERSION := 0.5
+VERSION := 0.6
26
BUILD := `git rev-parse --short HEAD`
27
28
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
@@ -98,7 +98,7 @@ vendor: tools/dep
98
@echo -e "\e[1;33mdep ensure\e[0m"
99
@./tools/dep ensure
100
@mkdir -p vendor/infoLoggerForGo
101
- @cp ${INFOLOGGER_ROOT}/lib/infoLoggerForGo.* vendor/infoLoggerForGo/
+ @cp ${LIBINFOLOGGER_ROOT}/lib/infoLoggerForGo.* vendor/infoLoggerForGo/
102
103
tools: tools/dep tools/protoc
104
0 commit comments