diff --git a/daemon/daemon.go b/daemon/daemon.go index a609f73..897405a 100644 --- a/daemon/daemon.go +++ b/daemon/daemon.go @@ -23,7 +23,7 @@ import ( "github.com/go-rod/rod/lib/proto" ) -const Version = "2.0.1" +const Version = "2.1.0-visibility-fix" // Daemon is the main server that manages browser connections type Daemon struct { diff --git a/mcp/main.go b/mcp/main.go index a776068..ff51125 100644 --- a/mcp/main.go +++ b/mcp/main.go @@ -16,7 +16,7 @@ import ( "github.com/mark3labs/mcp-go/server" ) -const Version = "2.0.1" +const Version = "2.1.0-visibility-fix" // CremoteServer wraps the cremote client for MCP type CremoteServer struct {