Skip to content

Commit 4accc5e

Browse files
Update version to 0.8.1 (#667)
1 parent 1a328be commit 4accc5e

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

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

0 commit comments

Comments
 (0)