mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
V 0.1.30
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import vmod
|
||||
|
||||
import os
|
||||
|
||||
fn test_from_file() {
|
||||
@ -9,7 +8,7 @@ fn test_from_file() {
|
||||
}
|
||||
assert data.name == 'V'
|
||||
assert data.description == 'The V programming language.'
|
||||
assert data.version == '0.1.29'
|
||||
assert data.version == '0.1.30'
|
||||
assert data.dependencies.len == 0
|
||||
}
|
||||
|
||||
|
@ -9,7 +9,7 @@ import v.pref
|
||||
import v.vmod
|
||||
|
||||
pub const (
|
||||
v_version = '0.1.29'
|
||||
v_version = '0.1.30'
|
||||
)
|
||||
|
||||
// math.bits is needed by strconv.ftoa
|
||||
|
Reference in New Issue
Block a user