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