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 2bb3154 commit 3bb616fCopy full SHA for 3bb616f
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.50.0
2
* Add method to QueryStats interface for add new stat fields
3
* Added check if commit order is bad in sync mode
4
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "49"
6
- Patch = "1"
+ Minor = "50"
+ Patch = "0"
7
)
8
9
const Version = Major + "." + Minor + "." + Patch
0 commit comments