From 00bb419b2995171ede2ff8e02946df190fd89dbe Mon Sep 17 00:00:00 2001 From: Pablo Riesgo Ferreiro Date: Mon, 21 Feb 2022 11:59:50 +0100 Subject: [PATCH] update version number --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 4174e51..901dc08 100644 --- a/nextflow.config +++ b/nextflow.config @@ -27,7 +27,7 @@ env { // Capture exit codes from upstream processes when piping process.shell = ['/bin/bash', '-euo', 'pipefail'] -VERSION = '2.1.4' +VERSION = '2.2.0' manifest { name = 'TRON-Bioinformatics/tronflow-vcf-postprocessing'