We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a706d commit 568e009Copy full SHA for 568e009
.gitignore
@@ -11,4 +11,6 @@
11
# Output of the go coverage tool, specifically when used with LiteIDE
12
*.out
13
14
+Makefile
15
+
16
/leetcode*
internal/version/version.go
@@ -7,7 +7,7 @@ import (
7
"github.com/openset/leetcode/internal/base"
8
)
9
10
-const version = "1.4.0"
+const version = "1.4.1"
var CmdVersion = &base.Command{
Run: runVersion,
0 commit comments