diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f305fa9..d9b44c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.0.0dev - [date] +## v2.0.0 nf-core/bacass: "Navy Steel Swordfish" 2021/08/27 ### `Changed` diff --git a/nextflow.config b/nextflow.config index 6e8eea7f..cc46a1c2 100644 --- a/nextflow.config +++ b/nextflow.config @@ -175,7 +175,7 @@ manifest { description = 'Simple bacterial assembly and annotation' mainScript = 'main.nf' nextflowVersion = '!>=21.04.0' - version = '2.0.0dev' + version = '2.0.0' } // Function to ensure that resource requirements don't go beyond @@ -209,4 +209,4 @@ def check_max(obj, type) { return obj } } -} +} \ No newline at end of file