Skip to content

Commit

Permalink
version: cut release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Jan 20, 2025
1 parent ea5bb03 commit 6a40eda
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.5"
var Version = "0.6.0"

// 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 = "dev"
var VersionPrerelease = ""

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

0 comments on commit 6a40eda

Please sign in to comment.