Skip to content

Commit 62f3a69

Browse files
authored
version: bump version to 0.0.32 (#151)
Signed-off-by: Ryan Cragun <[email protected]>
1 parent 5984ea2 commit 62f3a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
//
1717
// Version must conform to the format expected by github.com/hashicorp/go-version
1818
// for tests to work.
19-
Version = "0.0.31"
19+
Version = "0.0.32"
2020

2121
// VersionPrerelease is a pre-release marker for the version. If this is ""
2222
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)