Skip to content

Commit

Permalink
prepare for v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Jan 3, 2025
1 parent 9a79d26 commit aa8b29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
nutanix = {
version = ">= 0.9.4"
version = ">= 0.10.0"
source = "github.com/nutanix-cloud-native/nutanix"
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
// Version is the main version number that is being run at the moment.
Version = "0.9.4"
Version = "0.10.0"

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit aa8b29b

Please sign in to comment.