We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c03416 commit 64b3325Copy full SHA for 64b3325
internal/version.go
@@ -31,7 +31,7 @@ package internal
31
// This represents API changes visible to Temporal SDK consumers, i.e. developers
32
// that are writing workflows. So every time we change API that can affect them we have to change this number.
33
// Format: MAJOR.MINOR.PATCH
34
-const SDKVersion = "0.28.0"
+const SDKVersion = "0.28.1"
35
36
// SDKFeatureVersion is a semver that represents the feature set version of this Temporal SDK support.
37
// This can be used for client capability check, on Temporal server, for backward compatibility.
0 commit comments