We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0f1a6 commit d0cedc0Copy full SHA for d0cedc0
internal/version/version.go
@@ -8,7 +8,7 @@ import (
8
"github.com/openset/leetcode/internal/base"
9
)
10
11
-const version = "1.5.1"
+const version = "1.5.2"
12
13
// CmdVersion - version.CmdVersion
14
var CmdVersion = &base.Command{
0 commit comments