diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fa76fc2..e0674f20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
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.1.4dev - [unreleased]
+
+### `Added`
+
+### `Fixed`
+
+### `Dependencies`
+
+### `Deprecated`
+
## v1.1.3 - [2023-08-11]
### `Added`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 25990a0d..c2357764 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/funcscan
+ This report has been generated by the nf-core/funcscan
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-funcscan-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index 95ffa0c1..887e4a09 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -391,7 +391,7 @@ manifest {
description = """Pipeline for screening for functional components of assembled contigs"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '1.1.3'
+ version = '1.1.4dev'
doi = '10.5281/zenodo.7643099'
}