Skip to content

Commit 6548423

Browse files
committed
Release 1.2.0
1 parent 728dbdc commit 6548423

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.1.0"
3+
const Version = "1.2.0"

src/wmcp/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"time"
1616
)
1717

18-
const MaiVersion = "1.0.0"
18+
const MaiVersion = "1.2.0"
1919

2020
func NewMCPService(yoloMode bool, drunkMode bool, reportFile string, noPrompts bool, nonInteractive bool) *MCPService {
2121
return &MCPService{

0 commit comments

Comments
 (0)