Skip to content

Commit 4d947d7

Browse files
author
robot
committed
Release v3.99.1
1 parent f2da81c commit 4d947d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.99.1
12
* Bumped dependencies:
23
- `golang.org/x/net from` v0.23.0 to v0.33.0
34
- `golang.org/x/sync from` v0.6.0 to v0.10.0

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "99"
6-
Patch = "0"
6+
Patch = "1"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)