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 cc68a9f commit 68067c3Copy full SHA for 68067c3
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.48.7
2
* Added `sugar.StackRecord()` helper for stringification of current file path and line
3
* Updated `google.golang.org/grpc` from `v1.49.0` to `v1.53.0` due to vulnerability
4
* Updated `google.golang.org/protobuf` from `v1.28.0` to `v1.28.1` due to vulnerability
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "48"
6
- VersionPatch = "6"
+ VersionPatch = "7"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments