daixiang0 / gci

GCI, a tool that control golang package import order and make it always deterministic.
BSD 3-Clause "New" or "Revised" License
433 stars 62 forks source link

v0.12.0 still claiming to be v0.11.2 #180

Closed jufemaiz closed 11 months ago

jufemaiz commented 11 months ago

What version of GCI are you using?

v0.12.0

Reproduce Steps

go install github.com/daixiang0/gci@v0.12.0
gci --version

What did you expect to see?

`v0.12.0

What did you see instead?

v0.11.2

Ref: https://github.com/daixiang0/gci/blob/v0.12.0/main.go#L9

jufemaiz commented 11 months ago

Similar issue with https://github.com/daixiang0/gci/issues/158#issue-1665913079