From a03da956808c2de1acd45da321a3683eed84d021 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 20 Mar 2024 07:09:37 +0300 Subject: [PATCH] V 0.4.5 --- v.mod | 2 +- vlib/semver/v.mod | 2 +- vlib/v/util/version/version.c.v | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v.mod b/v.mod index 9d76c75be19739..322eacc889b8b7 100644 --- a/v.mod +++ b/v.mod @@ -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: [] diff --git a/vlib/semver/v.mod b/vlib/semver/v.mod index ab7919bc4c257f..7a5ce0c0e6b5a4 100644 --- a/vlib/semver/v.mod +++ b/vlib/semver/v.mod @@ -1,5 +1,5 @@ Module { name: 'semver' - version: '0.4.4' + version: '0.4.5' deps: [] } diff --git a/vlib/v/util/version/version.c.v b/vlib/v/util/version/version.c.v index 3721dfbdad3d4a..7575fcb456c633 100644 --- a/vlib/v/util/version/version.c.v +++ b/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 . pub fn vhash() string {