Skip to content

Commit

Permalink
chore: v3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed May 30, 2023
1 parent d5270a8 commit 73d7ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

```bash
# Requires go 1.18>=
$ go install github.com/luisnquin/nao/v3/cmd/nao@v3.2.0
$ go install github.com/luisnquin/nao/v3/cmd/nao@v3.2.1
```

## Completions
Expand Down
2 changes: 1 addition & 1 deletion internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
const (
AppName = "nao"
Kind = "azoricum"
Version = "v3.2.0"
Version = "v3.2.1"
)

// Supported terminal editors.
Expand Down

0 comments on commit 73d7ea1

Please sign in to comment.