From 71049575981fc530b22769fa56c494701ba2bb65 Mon Sep 17 00:00:00 2001 From: Josh at WLTechBlog Date: Thu, 20 Nov 2025 16:49:02 -0700 Subject: [PATCH] bump --- daemon/daemon.go | 2 +- main.go | 2 +- mcp/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/daemon.go b/daemon/daemon.go index 317fef3..8a13e75 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.0" +const Version = "2.0.1" // Daemon is the main server that manages browser connections type Daemon struct { diff --git a/main.go b/main.go index 9b123a7..b51784c 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "git.teamworkapps.com/shortcut/cremote/client" ) -const Version = "2.0.0" +const Version = "2.0.1" var ( // Global flags diff --git a/mcp/main.go b/mcp/main.go index e45d749..3386234 100644 --- a/mcp/main.go +++ b/mcp/main.go @@ -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 {