Skip to content

Commit

Permalink
version: prepare v1.2.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mogrogan authored and lbajolet-hashicorp committed Dec 12, 2024
1 parent 0bb3697 commit be6fae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ package version
import "github.com/hashicorp/packer-plugin-sdk/version"

var (
Version = "1.2.2"
VersionPrerelease = ""
Version = "1.2.3"
VersionPrerelease = "dev"
VersionMetadata = ""
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
)

0 comments on commit be6fae7

Please sign in to comment.