Skip to content

Commit b31c3bb

Browse files
authored
Bump feature version for 0.17 release (#1089)
1 parent 9486c19 commit b31c3bb

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.15.0"
38+
const LibraryVersion = "0.17.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.6.0"
45+
const FeatureVersion = "1.7.0"

0 commit comments

Comments
 (0)