File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
``` bash
29
29
# 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
31
31
```
32
32
33
33
## Completions
Original file line number Diff line number Diff line change 5
5
} :
6
6
buildGoModule rec {
7
7
pname = "nao" ;
8
- version = "3.2.3 " ;
8
+ version = "3.3.0 " ;
9
9
10
10
src = builtins . path {
11
11
name = "nao" ;
12
12
path = ./. ;
13
13
} ;
14
14
15
- vendorSha256 = "sha256-MTVJWksGWva+Xet+T2aIOXzkxB7w9raJVwa/p1bwkOo =" ;
15
+ vendorSha256 = "sha256-vpZt2SYjS6KsVA+Vee+r2UvRpDDGv0XoF0DHW9VGsbQ =" ;
16
16
doCheck = false ;
17
17
18
18
buildTarget = "./cmd/nao" ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const DISCORD_APP_ID = "1212321808355692564"
12
12
const (
13
13
AppName = "nao"
14
14
Kind = "azoricum"
15
- Version = "v3.2.3 "
15
+ Version = "v3.3.0 "
16
16
)
17
17
18
18
// Supported terminal editors.
You can’t perform that action at this time.
0 commit comments