Skip to content

Commit 28efdc8

Browse files
authored
Merge pull request #301 from hashicorp/release_0.6.3
version: cut release v0.6.3
2 parents 57c6b33 + 65c837d commit 28efdc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ import (
1515
var GitCommit string
1616

1717
// Package version helps plugin creators set and track the sdk version using
18-
var Version = "0.6.2"
18+
var Version = "0.6.3"
1919

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

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

0 commit comments

Comments
 (0)