This commit is contained in:
Alexander Medvednikov 2023-09-03 22:42:32 +03:00
parent 84f70c56a0
commit 3d2731fca7
3 changed files with 3 additions and 3 deletions

2
v.mod
View file

@ -1,7 +1,7 @@
Module {
name: 'V'
description: 'The V programming language.'
version: '0.4.0'
version: '0.4.1'
license: 'MIT'
repo_url: 'https://github.com/vlang/v'
dependencies: []

View file

@ -1,5 +1,5 @@
Module {
name: 'semver'
version: '0.4.0'
version: '0.4.1'
deps: []
}

View file

@ -2,7 +2,7 @@ module version
import os
pub const v_version = '0.4.0'
pub const v_version = '0.4.1'
// vhash() returns the build string C.V_COMMIT_HASH . See cmd/tools/gen_vc.v .
pub fn vhash() string {