Skip to content

Commit 64b3325

Browse files
authored
Bump SDK version to 0.28.1
1 parent 8c03416 commit 64b3325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ package internal
3131
// This represents API changes visible to Temporal SDK consumers, i.e. developers
3232
// that are writing workflows. So every time we change API that can affect them we have to change this number.
3333
// Format: MAJOR.MINOR.PATCH
34-
const SDKVersion = "0.28.0"
34+
const SDKVersion = "0.28.1"
3535

3636
// SDKFeatureVersion is a semver that represents the feature set version of this Temporal SDK support.
3737
// This can be used for client capability check, on Temporal server, for backward compatibility.

0 commit comments

Comments
 (0)