diff --git a/CHANGELOG.md b/CHANGELOG.md
index 206091d..49a3cdb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## v2.3.1dev nf-core/bacass: "Navy Iron Oyster"
+
+### `Changed`
+
+### `Added`
+
+### `Fixed`
+
+### `Dependencies`
+
+### `Deprecated`
+
## v2.3.0 nf-core/bacass: "Navy Iron Oyster" 2024/06/12
### `Changed`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index cae0cb1..e647ad5 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/bacass
+ This report has been generated by the nf-core/bacass
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-bacass-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index 03038c3..d27f634 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -278,7 +278,7 @@ manifest {
description = """Simple bacterial assembly and annotation"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '2.3.0'
+ version = '2.3.1dev'
doi = '10.5281/zenodo.2669428'
}