Skip to content

Commit 68e7e7f

Browse files
committed
prepare dev 0.6.6
1 parent af359ca commit 68e7e7f

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.5"
18+
var Version = "0.6.6"
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)