From 72dff81cd881e6b93fba26a4bee42cda07eeaa48 Mon Sep 17 00:00:00 2001 From: kylacochrane Date: Thu, 12 Sep 2024 16:40:37 -0400 Subject: [PATCH] Update versioning in config files --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index dbc1487..fe19697 100644 --- a/nextflow.config +++ b/nextflow.config @@ -222,7 +222,7 @@ manifest { description = """Gas Nomenclature assignment pipeline""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '0.2.1' + version = '0.2.2' doi = '' defaultBranch = 'main' }