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 e5ab282 commit 4936763Copy full SHA for 4936763
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.19.1
2
* Simplified README.md for godoc documentation in pkg.go.dev
3
4
## v3.19.0
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "19"
6
- VersionPatch = "0"
+ VersionPatch = "1"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments