Skip to content

Commit 9d47913

Browse files
committed
v2.4.0
1 parent b6c89e3 commit 9d47913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v2.3.8
1+
VERSION=v2.4.0
22
WIN86=qshell-windows-x86-$(VERSION).exe
33
WIN64=qshell-windows-x64-$(VERSION).exe
44
DARWIN=qshell-darwin-x64-$(VERSION)

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"runtime"
77
)
88

9-
var version = "v2.3.8"
9+
var version = "v2.4.0"
1010

1111
var versionCmd = &cobra.Command{
1212
Use: "version",

0 commit comments

Comments
 (0)