From 2ce1fb7f5f1d902050f928997da4378494df280f Mon Sep 17 00:00:00 2001 From: christopher-hakkaart Date: Thu, 20 Jun 2024 10:08:20 +0200 Subject: [PATCH] Bump version --- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 16a6e09..1a9c348 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,7 +1,7 @@ report_comment: > - This report has been generated by the nf-core/demo + This report has been generated by the nf-core/demo analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-demo-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 28b04a5..d42b49e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -241,7 +241,7 @@ manifest { description = """An nf-core demo pipeline""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0dev' + version = '1.0.0' doi = '' }