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 8c1d61f commit 14e96feCopy full SHA for 14e96fe
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 3.8.5
2
+* Fixed version
3
+
4
+## 3.8.4
5
+* Fixed syntax error in `CHANGELOG.md`
6
7
## 3.8.3
8
* Fixed `CHANGELOG.md`
9
internal/meta/version.go
@@ -1,5 +1,5 @@
package meta
const (
- Version = "ydb-go-sdk/3.8.0"
+ Version = "ydb-go-sdk/3.8.5"
)
0 commit comments