Skip to content

Commit e7ed881

Browse files
authored
Release v2.18.2 #patch
1 parent cf721c4 commit e7ed881

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# 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)
33
### Automation
44
* 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)
56

67
## [v2.18.0](https://github.com/vultr/vultr-cli/compare/v2.17.0...v2.18.0) (2023-08-23)
78
### Enhancements

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
version = "v2.18.1"
24+
version = "v2.18.2"
2525
)
2626

2727
// versionCmd represents the version command

0 commit comments

Comments
 (0)