Skip to content

Commit

Permalink
updated dev-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Jan 17, 2024
1 parent 574e333 commit 12985dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ set -e

cd "$(dirname "$0")/.."

#last_tag="$(git describe --exact-match --abbrev=0)"
last_tag="0.0.1"
last_tag="$(git describe --exact-match --abbrev=0)"
echo "${last_tag}.dev" > "$(dirname "$0")/../VERSION"

0 comments on commit 12985dd

Please sign in to comment.