Skip to content

Commit a7ce573

Browse files
Merge pull request #29 from hashicorp/prep-beta-release
Prepare the 0.1.0-beta1 Release
2 parents c30cc32 + 613ea1a commit a7ce573

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,3 +1,3 @@
1-
## UNRELEASED
1+
## 0.1.0-beta1 (Jun 15, 2022)
22

33
* Initial release

consul-lambda-registrator/build-scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
git_commit=$(git rev-parse --short HEAD)
44
version="0.1.0"
5-
prerelease="alpha2"
5+
prerelease="beta1"
66

77
if [ "$prerelease" == "dev" ]; then
88
echo "${version}-${prerelease}-${git_commit}"

0 commit comments

Comments
 (0)