1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make.bat: use v.exe version

This commit is contained in:
Alexander Medvednikov 2020-05-18 15:46:56 +02:00
parent 7c923ce338
commit 905cf326cd

View File

@ -113,5 +113,5 @@ exit /b 1
:success
echo V build OK!
v -version
v.exe version
popd