Increment versionPatch by only 1 on EXA.
This commit is contained in:
parent
6a038abbe7
commit
10e58b820a
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ version=${version:-${versionCandidate}}
|
|||
versionMajor=`echo ${version} | cut -d "." -f1`
|
||||
versionMinor=`echo ${version} | cut -d "." -f2`
|
||||
versionPatch=`echo ${version} | cut -d "." -f3`
|
||||
nextPatchVersion=$((versionPatch + 2))
|
||||
nextPatchVersion=$((versionPatch + 1))
|
||||
|
||||
printf "\n================================================================================\n"
|
||||
printf "Starting the release ${version}\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue