From 3a80d44223c443b1f18325940dd9acd9feebc7d3 Mon Sep 17 00:00:00 2001 From: wrench Date: Wed, 13 Dec 2023 03:59:32 +0530 Subject: [PATCH] chore(version): release `3.0.0-alpha2` --- 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 513e48e0..3fe40a21 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-alpha1" +const versionString = "3.0.0-alpha2" var rootCmd = &cobra.Command{ Use: "fsb [command]",