We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e80abc commit 1829845Copy full SHA for 1829845
internal/version/version.go
@@ -4,7 +4,7 @@ import "fmt"
4
5
var major = 0
6
var minor = 0
7
-var patch = 95
+var patch = 96
8
var status = ""
9
10
func String() string {
0 commit comments