Skip to content

Commit

Permalink
Update release version v0.3.2 (#129)
Browse files Browse the repository at this point in the history
Bump version in preparation for the 0.3.2 release
  • Loading branch information
nywilken committed Sep 12, 2022
1 parent ae46818 commit 7f67d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -13,7 +13,7 @@ import (
var GitCommit string

// Package version helps plugin creators set and track the sdk version using
var Version = "0.3.1"
var Version = "0.3.2"

// 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
Expand Down

0 comments on commit 7f67d2c

Please sign in to comment.