Skip to content

Commit

Permalink
Prepare for 0.5.5 development
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilken Rivera authored and lbajolet-hashicorp committed Jun 18, 2024
1 parent 6d1148a commit 3c943cc
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 @@ -15,12 +15,12 @@ import (
var GitCommit string

// Package version helps plugin creators set and track the sdk version using
var Version = "0.5.4"
var Version = "0.5.5"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var VersionPrerelease = ""
var VersionPrerelease = "dev"

// The metadata for the version, this is optional information to add around
// a particular release.
Expand Down

0 comments on commit 3c943cc

Please sign in to comment.