File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ import (
1717//
1818// Deprecated: Use Go standard library [runtime/debug] package build information
1919// instead.
20- var SDKVersion = "2.36.1 "
20+ var SDKVersion = "2.37.0 "
2121
2222// A pre-release marker for the version. If this is "" (empty string)
2323// then it means that it is a final release. Otherwise, this is a pre-release
2424// such as "dev" (in development), "beta", "rc1", etc.
2525//
2626// Deprecated: Use Go standard library [runtime/debug] package build information
2727// instead.
28- var SDKPrerelease = ""
28+ var SDKPrerelease = "alpha.1 "
2929
3030// SemVer is an instance of version.Version. This has the secondary
3131// benefit of verifying during tests and init time that our version is a
You can’t perform that action at this time.
0 commit comments