mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
0.2.4
This commit is contained in:
parent
a9b705bfd8
commit
b72a2de931
2
v.mod
2
v.mod
@ -1,7 +1,7 @@
|
||||
Module {
|
||||
name: 'V'
|
||||
description: 'The V programming language.'
|
||||
version: '0.2.2'
|
||||
version: '0.2.4'
|
||||
license: 'MIT'
|
||||
repo_url: 'https://github.com/vlang/v'
|
||||
dependencies: []
|
||||
|
@ -2,7 +2,7 @@ module version
|
||||
|
||||
import os
|
||||
|
||||
pub const v_version = '0.2.2'
|
||||
pub const v_version = '0.2.4'
|
||||
|
||||
// vhash() returns the build string C.V_COMMIT_HASH . See cmd/tools/gen_vc.v .
|
||||
pub fn vhash() string {
|
||||
|
Loading…
Reference in New Issue
Block a user