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 662fa3e commit 618e731Copy full SHA for 618e731
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.38.4
2
* Changed type of `table/options.{Create,Alter,Drop}TableOption` from func to interface
3
* Added implementations of `table/options.{Create,Alter,Drop}Option`
4
* Changed type of `topic/topicoptions.{Create,Alter,Drop}Option` from func to interface
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "38"
6
- VersionPatch = "3"
+ VersionPatch = "4"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments