Skip to content

Commit dd7593f

Browse files
committed
chore: bump v3.3.0
1 parent afc1c67 commit dd7593f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
```bash
2929
# Requires go 1.18>=
30-
$ go install github.com/luisnquin/nao/v3/cmd/nao@v3.2.3
30+
$ go install github.com/luisnquin/nao/v3/cmd/nao@v3.3.0
3131
```
3232

3333
## Completions

default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
}:
66
buildGoModule rec {
77
pname = "nao";
8-
version = "3.2.3";
8+
version = "3.3.0";
99

1010
src = builtins.path {
1111
name = "nao";
1212
path = ./.;
1313
};
1414

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

1818
buildTarget = "./cmd/nao";

internal/internal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const DISCORD_APP_ID = "1212321808355692564"
1212
const (
1313
AppName = "nao"
1414
Kind = "azoricum"
15-
Version = "v3.2.3"
15+
Version = "v3.3.0"
1616
)
1717

1818
// Supported terminal editors.

0 commit comments

Comments
 (0)