From 492402dd4f56c15f419e5ff70595cccdef6071f9 Mon Sep 17 00:00:00 2001 From: dweemx Date: Mon, 18 Nov 2019 10:36:52 +0100 Subject: [PATCH] Bump version from 0.3.3 to 0.3.4. Former-commit-id: ae15da3515852d29f0eb438057090bf69a31e2f5 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 123e39db..0d045f74 100644 --- a/nextflow.config +++ b/nextflow.config @@ -3,7 +3,7 @@ manifest { name = 'aertslab/SingleCellTxBenchmark' description = 'A repository of pipelines for single-cell data in Nextflow DSL2' homePage = 'https://github.com/aertslab/SingleCellTxBenchmark' - version = '0.3.3' + version = '0.3.4' mainScript = 'main.nf' defaultBranch = 'master' nextflowVersion = '!19.09.0-edge' // with ! prefix, stop execution if current version does not match required version.