Skip to content

Commit

Permalink
version: prepare v0.5.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Apr 16, 2024
1 parent 05b184b commit f238ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
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.3"
var Version = "0.5.4"

// 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 f238ff2

Please sign in to comment.