Skip to content

Commit

Permalink
set version to v0.10-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Oct 6, 2024
1 parent bb228c3 commit 24eb676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/get_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAJOR=0
MINOR=10
BUILD=0
REVISION=$(git rev-list --count HEAD 2>/dev/null || echo "0")
STAGE="devel"
STAGE="release"

printf "%s.%s.%s.%s-%s" "$MAJOR" "$MINOR" "$BUILD" "$REVISION" "$STAGE"

Expand Down

0 comments on commit 24eb676

Please sign in to comment.