From 491ad8b90a86eaee29f09ed00c03119f5c9fe277 Mon Sep 17 00:00:00 2001 From: Chris Flerin Date: Tue, 26 Jan 2021 10:08:34 +0100 Subject: [PATCH] Update version to 0.25.0 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 5287022f..035199b1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -3,7 +3,7 @@ manifest { name = 'vib-singlecell-nf/vsn-pipelines' description = 'A repository of pipelines for single-cell data in Nextflow DSL2' homePage = 'https://github.com/vib-singlecell-nf/vsn-pipelines' - version = '0.24.0' + version = '0.25.0' mainScript = 'main.nf' defaultBranch = 'master' nextflowVersion = '!>=20.10.0'