Skip to content

Commit a9f7b16

Browse files
yycpttandrewjdawson2016
authored andcommitted
Update library and feature version (#883)
1 parent 15685bd commit a9f7b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ package internal
3535
// that are writing workflows. So every time we change API
3636
// that can affect them we have to change this number.
3737
// Format: MAJOR.MINOR.PATCH
38-
const LibraryVersion = "0.9.3"
38+
const LibraryVersion = "0.10.0"
3939

4040
// FeatureVersion is a semver that represents the
4141
// feature set of this cadence client library support.
4242
// This can be used for client capability check, on
4343
// Cadence server, for backward compatibility
4444
// Format: MAJOR.MINOR.PATCH
45-
const FeatureVersion = "1.3.0"
45+
const FeatureVersion = "1.4.0"

0 commit comments

Comments
 (0)