From 98a7dda0c4a74d0e6f3c0af0416af0225537958d Mon Sep 17 00:00:00 2001 From: pnwmatt <180812017+pnwmatt@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:34:49 -0700 Subject: [PATCH] v0.0.2 --- client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.go b/client/main.go index 048e766..283a925 100644 --- a/client/main.go +++ b/client/main.go @@ -15,7 +15,7 @@ import ( "github.com/sqlrsync/sqlrsync.com/sync" ) -var VERSION = "0.0.1" +var VERSION = "0.0.2" var ( serverURL string verbose bool