From 5e828cf6ee815c74e6faab5a40a462d4dd0e56e0 Mon Sep 17 00:00:00 2001 From: pnwmatt <180812017+pnwmatt@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:36:58 -0700 Subject: [PATCH] version bump to v0.0.8 --- client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.go b/client/main.go index a264a0a..6c71614 100644 --- a/client/main.go +++ b/client/main.go @@ -15,7 +15,7 @@ import ( "github.com/sqlrsync/sqlrsync.com/sync" ) -var VERSION = "0.0.7" +var VERSION = "0.0.8" var ( serverURL string verbose bool