Skip to content

Commit 491015e

Browse files
committed
Release 1.2.4
1 parent 1ebabbb commit 491015e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/repl/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const Version = "1.2.2"
3+
const Version = "1.2.4"

src/wmcp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/gorilla/mux"
1212
)
1313

14-
const MaiVersion = "1.2.2"
14+
const MaiVersion = "1.2.4"
1515

1616
func showHelp() {
1717
fmt.Println(`Usage: mai-wmcp [options] "server1" "server2" ...

0 commit comments

Comments
 (0)