From b72a2de93134ddf8c31a8a9ce5504604bff4ed68 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 30 Aug 2021 22:25:04 +0300 Subject: [PATCH] 0.2.4 --- v.mod | 2 +- vlib/v/util/version/version.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v.mod b/v.mod index fc3d66014..e45b0c685 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,7 @@ Module { name: 'V' description: 'The V programming language.' - version: '0.2.2' + version: '0.2.4' license: 'MIT' repo_url: 'https://github.com/vlang/v' dependencies: [] diff --git a/vlib/v/util/version/version.v b/vlib/v/util/version/version.v index e26694288..7e38733a0 100644 --- a/vlib/v/util/version/version.v +++ b/vlib/v/util/version/version.v @@ -2,7 +2,7 @@ module version import os -pub const v_version = '0.2.2' +pub const v_version = '0.2.4' // vhash() returns the build string C.V_COMMIT_HASH . See cmd/tools/gen_vc.v . pub fn vhash() string { -- 2.30.2