Skip to content

Commit 84380d3

Browse files
author
Shuo
authored
Merge pull request #598 from openset/develop
Add: v1.4.1
2 parents 61d4d49 + 568e009 commit 84380d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313

14+
Makefile
15+
1416
/leetcode*

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/openset/leetcode/internal/base"
88
)
99

10-
const version = "1.4.0"
10+
const version = "1.4.1"
1111

1212
var CmdVersion = &base.Command{
1313
Run: runVersion,

0 commit comments

Comments
 (0)