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