Skip to content

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
krutten committed Oct 7, 2024
1 parent df36dbb commit 9160177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else
fi

if [[ -z ${VERSION:-""} ]] ; then
export stratos_version="${$VERSION}" # Will be tagged on publish in Concourse
export stratos_version="${VERSION}" # Will be tagged on publish in Concourse
fi

function exit_trap() {
Expand Down

0 comments on commit 9160177

Please sign in to comment.