Skip to content

Commit

Permalink
prerelease version change
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Mar 4, 2024
1 parent f9a777a commit 1556274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul-lambda/build-scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

git_commit=$(git rev-parse --short HEAD)
version="0.1.0"
prerelease="beta4"
prerelease="beta5"

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

0 comments on commit 1556274

Please sign in to comment.