Skip to content

Commit

Permalink
[tools] Update onert_version.sh (Samsung#7538)
Browse files Browse the repository at this point in the history
This commit change the way it prints nightly version.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored Aug 20, 2021
1 parent 84890a4 commit 54bcdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release_tool/onert_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ show_version() {
current_version=${version_line#"Version:"}

if [ $nightly -eq 0 ]; then
echo $current_version-nightly
echo $current_version~$(date "+%y%m%d%H")
else
echo $current_version
fi
Expand Down

0 comments on commit 54bcdf6

Please sign in to comment.