We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61d4d49 + 568e009 commit 84380d3Copy full SHA for 84380d3
.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