From 1a5d01e991f56551e219fd0f8d5283c29c07a1e2 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Sat, 22 Oct 2022 19:05:00 -0300 Subject: [PATCH] Updated VSL version --- v.mod | 2 +- vsl.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v.mod b/v.mod index 76a0cfa5c..a1281e75a 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,7 @@ Module { name: 'vsl' description: 'The V Scientific Library' - version: '0.1.46' + version: '0.1.47' license: 'MIT' repo_url: 'https://github.com/vlang/vsl' dependencies: [] diff --git a/vsl.v b/vsl.v index 962879ee9..4ab8eeb6b 100644 --- a/vsl.v +++ b/vsl.v @@ -1,5 +1,5 @@ module vsl pub const ( - version = '0.1.46' + version = '0.1.47' )