diff --git a/version/version.go b/version/version.go index 2c6f5be79..38fc251bc 100644 --- a/version/version.go +++ b/version/version.go @@ -16,7 +16,7 @@ import ( var GitCommit string // Package version helps plugin creators set and track the sdk version using -var Version = "0.5.0" +var Version = "0.5.1" // 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