We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c89e3 commit 9d47913Copy full SHA for 9d47913
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=v2.3.8
+VERSION=v2.4.0
2
WIN86=qshell-windows-x86-$(VERSION).exe
3
WIN64=qshell-windows-x64-$(VERSION).exe
4
DARWIN=qshell-darwin-x64-$(VERSION)
cmd/version.go
@@ -6,7 +6,7 @@ import (
6
"runtime"
7
)
8
9
-var version = "v2.3.8"
+var version = "v2.4.0"
10
11
var versionCmd = &cobra.Command{
12
Use: "version",
0 commit comments