Skip to content

Commit 47d4421

Browse files
authored
Release v3.9.2 #patch
1 parent 3d80b9e commit 47d4421

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 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+
27
## [3.9.1](https://github.com/vultr/vultr-cli/compare/v3.9.0...v3.9.1) (2026-03-25)
38
### Automation
49
* Update goreleaser from v6 to v7 [PR 582](https://github.com/vultr/vultr-cli/pull/582)

cmd/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
Version string = "v3.9.1"
12+
Version string = "v3.9.2"
1313
)
1414

1515
var (

0 commit comments

Comments
 (0)