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 41cf01f commit 04d481bCopy full SHA for 04d481b
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.16.9
2
* Refactored internal operation and transport errors
3
4
## v3.16.8
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "16"
6
- VersionPatch = "8"
+ VersionPatch = "9"
7
)
0 commit comments