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