File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
- ## [ v2.18.1 ] ( https://github.com/vultr/vultr-cli/compare/v2.18.0...v2.18.1 ) (2023-08-24)
2
+ ## [ v2.18.2 ] ( https://github.com/vultr/vultr-cli/compare/v2.18.0...v2.18.2 ) (2023-08-24)
3
3
### Automation
4
4
* Update how archive names are generated by goreleaser [ PR 342] ( https://github.com/vultr/vultr-cli/pull/342 )
5
+ * Remove deprecated brews tap command in goreleaser [ PR_344] ( https://github.com/vultr/vultr-cli/pull/344 )
5
6
6
7
## [ v2.18.0] ( https://github.com/vultr/vultr-cli/compare/v2.17.0...v2.18.0 ) (2023-08-23)
7
8
### Enhancements
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
)
22
22
23
23
const (
24
- version = "v2.18.1 "
24
+ version = "v2.18.2 "
25
25
)
26
26
27
27
// versionCmd represents the version command
You can’t perform that action at this time.
0 commit comments