Skip to content

Commit 189c807

Browse files
committed
Get latest 0.12.x patch and enable rpc config in staging
1 parent 114a909 commit 189c807

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.12.0"
38+
const LibraryVersion = "0.12.1"
3939

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

0 commit comments

Comments
 (0)