This commit is contained in:
Josh at WLTechBlog
2025-11-20 16:49:02 -07:00
parent 4c5b4b4b6b
commit 7104957598
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ import (
"github.com/go-rod/rod/lib/proto"
)
const Version = "2.0.0"
const Version = "2.0.1"
// Daemon is the main server that manages browser connections
type Daemon struct {

View File

@@ -9,7 +9,7 @@ import (
"git.teamworkapps.com/shortcut/cremote/client"
)
const Version = "2.0.0"
const Version = "2.0.1"
var (
// Global flags

View File

@@ -16,7 +16,7 @@ import (
"github.com/mark3labs/mcp-go/server"
)
const Version = "2.0.0"
const Version = "2.0.1"
// CremoteServer wraps the cremote client for MCP
type CremoteServer struct {