Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycai653 committed Jun 25, 2019
1 parent b6c89e3 commit 9d47913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v2.3.8
VERSION=v2.4.0
WIN86=qshell-windows-x86-$(VERSION).exe
WIN64=qshell-windows-x64-$(VERSION).exe
DARWIN=qshell-darwin-x64-$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"runtime"
)

var version = "v2.3.8"
var version = "v2.4.0"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 9d47913

Please sign in to comment.