Skip to content

Commit f6537f2

Browse files
author
Terraform SDK CircleCI
committed
v0.2.2 [skip ci]
1 parent 89a61c8 commit f6537f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.2.2 (Unreleased)
1+
# 0.2.2 (July 13, 2020)
22

33
BUG FIXES:
44
- Version number is now correctly reported by the tfinstall package. Please note that `tfinstall.Version` was incorrect between versions 0.1.1 and 0.2.1 inclusive.

tfinstall/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package tfinstall
22

33
// Version is the tfinstall package version, used in user agent headers
4-
const Version = "0.1.0"
4+
const Version = "0.2.2"

0 commit comments

Comments
 (0)