We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25cb95 commit 72980c4Copy full SHA for 72980c4
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 2.7.1 (Unreleased)
+# 2.7.1 (August 31, 2021)
2
3
BUG FIXES:
4
meta/meta.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// The main version number that is being run at the moment.
14
-var SDKVersion = "2.7.0"
+var SDKVersion = "2.7.1"
15
16
// A pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments