From c3994f9d9ac65bbe8f251653d3ba997a370fc9c0 Mon Sep 17 00:00:00 2001 From: pnwmatt <180812017+pnwmatt@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:31:45 -0800 Subject: [PATCH] bump to 11 --- client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.go b/client/main.go index 3ad420e..c66cff1 100644 --- a/client/main.go +++ b/client/main.go @@ -15,7 +15,7 @@ import ( "github.com/sqlrsync/sqlrsync.com/sync" ) -var VERSION = "0.0.10" +var VERSION = "0.0.11" var ( serverURL string verbose bool