Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit c245505

Browse files
author
hc-github-team-waypoint
committed
Release v0.5.0
1 parent 3639b13 commit c245505

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased
1+
## 0.5.0 (August 12, 2021)
22

33
FEATURES:
44

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var (
1010
GitCommit string
1111
GitDescribe string
1212

13-
Version = "0.4.0"
13+
Version = "0.5.0"
1414
VersionPrerelease = ""
1515
VersionMetadata = ""
1616
)

website/data/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This is current version of the software available for download
2-
export default '0.4.0'
2+
export default '0.5.0'
33

44
// HashiCorp officially supported package managers
55
// NOTE: This information will be moving into the releases API

0 commit comments

Comments
 (0)