From 90260a076b66018f81b50796a071bbe10750707f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 19 Nov 2024 20:22:09 -0500 Subject: [PATCH] fix: update version to match with the latest release Signed-off-by: Rui Chen --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 07a2d3e..75fe1b8 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "github.com/daixiang0/gci/cmd/gci" ) -var version = "0.13.4" +var version = "0.13.5" func main() { e := gci.NewExecutor(version)