Skip to content

Commit

Permalink
bump up
Browse files Browse the repository at this point in the history
Signed-off-by: Loong <loong.dai@intel.com>
  • Loading branch information
daixiang0 committed Nov 25, 2022
1 parent b26fc15 commit 7ab2fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -23,6 +23,8 @@ By default, blank and dot sections are not used and the corresponding lines end

All import blocks use one TAB(`\t`) as Indent.

Since v0.8.6, GCI always puts C import block as the first.

**Note**:

`nolint` is hard to handle at section level, GCI will consider it as a single comment.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/daixiang0/gci/cmd/gci"
)

var version = "0.8.5"
var version = "0.8.6"

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

0 comments on commit 7ab2fa0

Please sign in to comment.