From d2d2b0b3078c98aca1115d95a2fb39e0f89b2fb4 Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Tue, 25 May 2021 12:48:04 +0200 Subject: [PATCH] Bump version to v0.10.1 --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index 955ab0b..90570af 100644 --- a/const.go +++ b/const.go @@ -2,5 +2,5 @@ package scipipe const ( // Version is the SciPipe version in string format - Version = "0.10.0" + Version = "0.10.1" )