We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d80b9e commit 47d4421Copy full SHA for 47d4421
2 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Change Log
2
+## What's Changed
3
+## [3.9.2](https://github.com/vultr/vultr-cli/compare/v3.9.1...v3.9.2) (2026-03-26)
4
+### Automation
5
+* Goreleaser config deprecations and updates [PR 584](https://github.com/vultr/vultr-cli/pull/584)
6
+
7
## [3.9.1](https://github.com/vultr/vultr-cli/compare/v3.9.0...v3.9.1) (2026-03-25)
8
### Automation
9
* Update goreleaser from v6 to v7 [PR 582](https://github.com/vultr/vultr-cli/pull/582)
cmd/version/version.go
@@ -9,7 +9,7 @@ import (
)
10
11
const (
12
- Version string = "v3.9.1"
+ Version string = "v3.9.2"
13
14
15
var (
0 commit comments