Skip to content

Commit

Permalink
version: prepare v1.3.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Dec 12, 2024
1 parent cbc2d62 commit 96bd5b2
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.3.4"
VersionPrerelease = ""
Version = "1.3.5"
VersionPrerelease = "dev"
VersionMetadata = ""
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
)

0 comments on commit 96bd5b2

Please sign in to comment.