diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ec9de7d..8941e98e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
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).
+## v1.7.0dev
+
## v1.6.0 - Offbeat Ostend - [April 29 2024]
### New features
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 3272108d..bd1d1e5c 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -1,6 +1,6 @@
report_comment: >
- This report has been generated by the nf-core/germline analysis pipeline. For information about how to interpret these results, please see the documentation.
+ This report has been generated by the nf-core/germline analysis pipeline. For information about how to interpret these results, please see the documentation.
report_section_order:
"nf-cmgg-germline-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index e00216cd..d121bacc 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -307,7 +307,7 @@ manifest {
description = 'A nextflow pipeline for calling and annotating variants'
mainScript = 'main.nf'
nextflowVersion = '!>=23.10.0'
- version = '1.6.0'
+ version = '1.7.0dev'
doi = ''
}