1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
Alexander Medvednikov 2019-07-10 02:03:09 +02:00
parent 26ef99293d
commit c44d54fb4c

View File

@ -8,7 +8,7 @@ import os
import time import time
const ( const (
Version = '0.1.12' Version = '0.1.13'
) )
enum BuildMode { enum BuildMode {