From a0dceda75d6834909a5ec9362186ce411c0b3bd9 Mon Sep 17 00:00:00 2001 From: wrench Date: Sun, 11 Feb 2024 15:54:08 -0500 Subject: [PATCH] chore(version): release `3.0.0` --- cmd/fsb/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fsb/main.go b/cmd/fsb/main.go index 729ad7be..a4f29194 100644 --- a/cmd/fsb/main.go +++ b/cmd/fsb/main.go @@ -8,7 +8,7 @@ import ( "github.com/spf13/cobra" ) -const versionString = "3.0.0-beta1" +const versionString = "3.0.0" var rootCmd = &cobra.Command{ Use: "fsb [command]",