Skip to content

Commit

Permalink
fix: bump version for v0.9.2 to align '--version' with the tagged ins…
Browse files Browse the repository at this point in the history
…tallation (#144)

Signed-off-by: Joel Courtney <[email protected]>
Signed-off-by: Joel Courtney <[email protected]>
  • Loading branch information
jufemaiz authored Mar 3, 2023
1 parent 65b147e commit 4b78992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/daixiang0/gci/cmd/gci"
)

var version = "0.9.0"
var version = "0.9.2"

func main() {
e := gci.NewExecutor(version)
Expand Down

0 comments on commit 4b78992

Please sign in to comment.