From 48b138641428b5fe514cbf99320d3a03cac54aac Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Sun, 29 Aug 2021 01:15:31 +0200 Subject: [PATCH] Bump version to 0.11.0 --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index d1e797a..ef09005 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.2" + Version = "0.11.0" )