Skip to content

Commit 8617f12

Browse files
authored
dev version prep 0.6.7 (#317)
1 parent 3bbb0fb commit 8617f12

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.6"
18+
var Version = "0.6.7"
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 = ""
23+
var VersionPrerelease = "dev"
2424

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

0 commit comments

Comments
 (0)