We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb28371 + 4873ff2 commit c9bbb7dCopy full SHA for c9bbb7d
internal/version/version.go
@@ -7,7 +7,7 @@ import (
7
"github.com/openset/leetcode/internal/base"
8
)
9
10
-const version = "1.3.0"
+const version = "1.3.1"
11
12
var CmdVersion = &base.Command{
13
Run: runVersion,
0 commit comments