Skip to content

Commit 968e0ce

Browse files
authored
update to 0.11 for new client release (#919)
1 parent b282629 commit 968e0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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.10.1"
38+
const LibraryVersion = "0.11.0"
3939

4040
// FeatureVersion is a semver that represents the
4141
// feature set of this cadence client library support.

0 commit comments

Comments
 (0)