Skip to content

Commit b6603ab

Browse files
authored
fix: update version to match with the latest release
1 parent dca258a commit b6603ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/daixiang0/gci/cmd/gci"
77
)
88

9-
var version = "0.13.4"
9+
var version = "0.13.5"
1010

1111
func main() {
1212
e := gci.NewExecutor(version)

0 commit comments

Comments
 (0)