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 81a1339 commit 1ccaa4aCopy full SHA for 1ccaa4a
Makefile
@@ -17,10 +17,6 @@ PROGS = cadence-client
17
TEST_ARG ?= -race -v -timeout 5m
18
BUILD := ./build
19
20
-LIBRARY_VERSION=v0.1.0
21
-GIT_SHA=`git rev-parse HEAD`
22
-OUT_VERSION_FILE=./version.go
23
-
24
export PATH := $(GOPATH)/bin:$(PATH)
25
26
THRIFT_GEN=$(GOPATH)/bin/thrift-gen
version.go
@@ -29,4 +29,4 @@ package cadence
29
// Update to this version number is typically done
30
// by the cadence team as part of a major feature or
31
// behavior change
32
-const LibraryVersion = "v0.1.0"
+const LibraryVersion = "v0.2.0"
0 commit comments