Skip to content

Commit

Permalink
chore: bump v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Feb 28, 2024
1 parent afc1c67 commit dd7593f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3
$ go install github.com/luisnquin/nao/v3/cmd/nao@v3.3.0
```

## Completions
Expand Down
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
}:
buildGoModule rec {
pname = "nao";
version = "3.2.3";
version = "3.3.0";

src = builtins.path {
name = "nao";
path = ./.;
};

vendorSha256 = "sha256-MTVJWksGWva+Xet+T2aIOXzkxB7w9raJVwa/p1bwkOo=";
vendorSha256 = "sha256-vpZt2SYjS6KsVA+Vee+r2UvRpDDGv0XoF0DHW9VGsbQ=";
doCheck = false;

buildTarget = "./cmd/nao";
Expand Down
2 changes: 1 addition & 1 deletion internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const DISCORD_APP_ID = "1212321808355692564"
const (
AppName = "nao"
Kind = "azoricum"
Version = "v3.2.3"
Version = "v3.3.0"
)

// Supported terminal editors.
Expand Down

0 comments on commit dd7593f

Please sign in to comment.