From aa8b29b375c0bd17f7ac6db001b2eeeca6bed940 Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Fri, 3 Jan 2025 18:47:35 +0100 Subject: [PATCH] prepare for v0.10.0 release --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1b4c4a..c2f8e5d 100644 --- a/README.md +++ b/README.md @@ -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" } } diff --git a/version/version.go b/version/version.go index 9ac7b60..368d76a 100644 --- a/version/version.go +++ b/version/version.go @@ -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