Skip to content

Commit

Permalink
chore: v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed May 29, 2023
1 parent cc2abdd commit e003c0d
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 @@ -28,7 +28,7 @@

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

## 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.1.3"
Version = "v3.1.4"
)

// Supported terminal editors.
Expand Down

0 comments on commit e003c0d

Please sign in to comment.