Skip to content

Commit

Permalink
bump up version (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Loong <long0dai@foxmail.com>
  • Loading branch information
daixiang0 committed Sep 18, 2023
1 parent 1dcd02c commit 75159c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ go install github.com/daixiang0/gci@latest
You may also specify a specific version, for example:

```shell
go install github.com/daixiang0/gci@v0.6.0
go install github.com/daixiang0/gci@v0.11.2
```

## Usage
Expand Down
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.11.1"
var version = "0.11.2"

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

0 comments on commit 75159c7

Please sign in to comment.