This commit is contained in:
Alexander Medvednikov 2024-03-20 07:09:37 +03:00
parent 27c224efdf
commit a03da95680
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.4'
version: '0.4.5'
license: 'MIT'
repo_url: 'https://github.com/vlang/v'
dependencies: []

View File

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

View File

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