We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c224e commit a03da95Copy full SHA for a03da95
v.mod
@@ -1,7 +1,7 @@
1
Module {
2
name: 'V'
3
description: 'The V programming language.'
4
- version: '0.4.4'
+ version: '0.4.5'
5
license: 'MIT'
6
repo_url: 'https://github.com/vlang/v'
7
dependencies: []
vlib/semver/v.mod
@@ -1,5 +1,5 @@
name: 'semver'
deps: []
}
vlib/v/util/version/version.c.v
@@ -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 .
8
pub fn vhash() string {
0 commit comments