Skip to content

Commit 1ccaa4a

Browse files
authored
Version 0.2.0 of the client release (#145)
1 parent 81a1339 commit 1ccaa4a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ PROGS = cadence-client
1717
TEST_ARG ?= -race -v -timeout 5m
1818
BUILD := ./build
1919

20-
LIBRARY_VERSION=v0.1.0
21-
GIT_SHA=`git rev-parse HEAD`
22-
OUT_VERSION_FILE=./version.go
23-
2420
export PATH := $(GOPATH)/bin:$(PATH)
2521

2622
THRIFT_GEN=$(GOPATH)/bin/thrift-gen

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ package cadence
2929
// Update to this version number is typically done
3030
// by the cadence team as part of a major feature or
3131
// behavior change
32-
const LibraryVersion = "v0.1.0"
32+
const LibraryVersion = "v0.2.0"

0 commit comments

Comments
 (0)