Skip to content

Commit

Permalink
Merge pull request #792 from openset/develop
Browse files Browse the repository at this point in the history
A: v1.6.3
  • Loading branch information
awesee authored May 30, 2020
2 parents fa6d84a + 40ca651 commit c6fb087
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/base/cmd.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Package base provides base support.
package base

import (
Expand Down
1 change: 1 addition & 0 deletions internal/base/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
)

// Run - base.Run
func Run() {
flag.Usage = Usage
flag.Parse()
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/openset/leetcode/internal/base"
)

const version = "1.6.1"
const version = "1.6.3"

// CmdVersion - version.CmdVersion
var CmdVersion = &base.Command{
Expand Down

0 comments on commit c6fb087

Please sign in to comment.