Skip to content

Commit a03da95

Browse files
committed
V 0.4.5
1 parent 27c224e commit a03da95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

v.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Module {
22
name: 'V'
33
description: 'The V programming language.'
4-
version: '0.4.4'
4+
version: '0.4.5'
55
license: 'MIT'
66
repo_url: 'https://github.com/vlang/v'
77
dependencies: []

vlib/semver/v.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module {
22
name: 'semver'
3-
version: '0.4.4'
3+
version: '0.4.5'
44
deps: []
55
}

vlib/v/util/version/version.c.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module version
22

33
import os
44

5-
pub const v_version = '0.4.4'
5+
pub const v_version = '0.4.5'
66

77
// vhash() returns the build string C.V_COMMIT_HASH . See cmd/tools/gen_vc.v .
88
pub fn vhash() string {

0 commit comments

Comments
 (0)