We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebabbb commit 491015eCopy full SHA for 491015e
2 files changed
src/repl/version.go
@@ -1,3 +1,3 @@
1
package main
2
3
-const Version = "1.2.2"
+const Version = "1.2.4"
src/wmcp/main.go
@@ -11,7 +11,7 @@ import (
11
"github.com/gorilla/mux"
12
)
13
14
-const MaiVersion = "1.2.2"
+const MaiVersion = "1.2.4"
15
16
func showHelp() {
17
fmt.Println(`Usage: mai-wmcp [options] "server1" "server2" ...
0 commit comments