Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaluzier committed Dec 20, 2024
1 parent f43c08e commit 8212202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

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

// 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
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 @@ package version
import "github.com/hashicorp/packer-plugin-sdk/version"

var (
Version = "0.0.30"
Version = "0.0.31"
VersionPrerelease = "dev"
VersionMetadata = ""
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
Expand Down

0 comments on commit 8212202

Please sign in to comment.