We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a670889 + 5942e51 commit d083162Copy full SHA for d083162
internal/version/version.go
@@ -8,7 +8,7 @@ import (
8
"github.com/awesee/leetcode/internal/base"
9
)
10
11
-const version = "1.6.5"
+const version = "1.6.6"
12
13
// CmdVersion - version.CmdVersion
14
var CmdVersion = &base.Command{
0 commit comments