Skip to content

Commit 1a5d01e

Browse files
Updated VSL version
1 parent a8c76cb commit 1a5d01e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

v.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Module {
22
name: 'vsl'
33
description: 'The V Scientific Library'
4-
version: '0.1.46'
4+
version: '0.1.47'
55
license: 'MIT'
66
repo_url: 'https://github.com/vlang/vsl'
77
dependencies: []

vsl.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module vsl
22

33
pub const (
4-
version = '0.1.46'
4+
version = '0.1.47'
55
)

0 commit comments

Comments
 (0)