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' )