Skip to content

Commit 4b78992

Browse files
authored
fix: bump version for v0.9.2 to align '--version' with the tagged installation (#144)
Signed-off-by: Joel Courtney <jufemaiz@users.noreply.github.com> Signed-off-by: Joel Courtney <euphemize@gmail.com>
1 parent 65b147e commit 4b78992

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.9.0"
9+
var version = "0.9.2"
1010

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

0 commit comments

Comments
 (0)