We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ee740 commit 321f353Copy full SHA for 321f353
Makefile
@@ -23,7 +23,7 @@ GOBIN_DIR=$(abspath ./bin )
23
PATH := $(GOBIN_DIR):$(TOOLS_GOBIN_DIR):$(PATH)
24
TMPDIR := $(shell mktemp -d)
25
26
-CODE_GENERATOR_VER := v2.3.0
+CODE_GENERATOR_VER := v2.4.0
27
CODE_GENERATOR_BIN := code-generator
28
CODE_GENERATOR := $(TOOLS_DIR)/$(CODE_GENERATOR_BIN)-$(CODE_GENERATOR_VER)
29
export CODE_GENERATOR # so hack scripts can use it
0 commit comments