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

make necessary consts public

This commit is contained in:
Alexander Medvednikov
2019-10-24 12:36:57 +03:00
parent 1c564bc118
commit dce3275df4
6 changed files with 9 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import (
strings
)
const (
pub const (
Version = '0.1.21'
)