Skip to content

Commit 843a794

Browse files
committed
Release 1.3.0
1 parent 6326315 commit 843a794

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.8"
3+
const Version = "1.3.0"

src/wmcp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/gorilla/mux"
1515
)
1616

17-
const MaiVersion = "1.2.8"
17+
const MaiVersion = "1.3.0"
1818

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

0 commit comments

Comments
 (0)