Skip to content

Commit d770681

Browse files
Update meta package SDKVersion
1 parent c8df4e6 commit d770681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta/meta.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)