Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Aug 26, 2021
1 parent 9948e4f commit f4117ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -209,4 +209,4 @@ def check_max(obj, type) {
return obj
}
}
}
}

0 comments on commit f4117ed

Please sign in to comment.