pull/11353/head 0.2.4
Alexander Medvednikov 2021-08-30 22:25:04 +03:00
parent a9b705bfd8
commit b72a2de931
2 changed files with 2 additions and 2 deletions

2
v.mod
View File

@ -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: []

View File

@ -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 {