SKALE-2202 update calculate version

parent d0d1300a
......@@ -41,7 +41,7 @@ fi
for (( VERSION_NUMBER=0; ; VERSION_NUMBER++ ))
do
if [ "$VERSION" = "1.49" ]
if [ "$VERSION" = "1.49" ] && [ "$VERSION_NUMBER" < "4" ]
then
VERSION_NUMBER=4
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment