It was impossible to uninstall tt by version without 'v' prefix using tt unistall tt 1.2.0 for example because program checks version in binary file with prefix.
After the patch tt uninstall checks 'v' prefix before version and if it didn't find, adds for strings matching.
It was impossible to uninstall tt by version without 'v' prefix using
tt unistall tt 1.2.0
for example because program checks version in binary file with prefix.After the patch
tt uninstall
checks 'v' prefix before version and if it didn't find, adds for strings matching.Closes #583