Skip to content

Commit 6122fec

Browse files
authored
Bump cadence.Version to 0.18.4 (#1146)
Prepwork for a release
1 parent 2629459 commit 6122fec

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

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

0 commit comments

Comments
 (0)