diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index ff9fc6fb..7eebb4d0 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/mag
+ This report has been generated by the nf-core/mag
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-mag-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index ed9d4e27..a0d3d69b 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -379,7 +379,7 @@ manifest {
description = """Assembly, binning and annotation of metagenomes"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '2.5.4'
+ version = '2.5.4dev'
doi = '10.1093/nargab/lqac007'
}