Skip to content

Commit 10c0a48

Browse files
committed
chore: Bump version
1 parent 664175e commit 10c0a48

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v2.0.0dev - [date]
6+
## v2.0.0 - 2022-10-20
77

88
### `Added`
99

@@ -22,8 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
- Updated Nextflow version to `v21.10.6`
2424

25-
### `Deprecated`
26-
2725
## v1.0.1 - 2020-03-03
2826

2927
Update to the container to meet the latest template requirements, and dependencies for new features in an upcoming PR (R and Picard tools).

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ manifest {
212212
description = 'Global Run-On sequencing analysis pipeline'
213213
mainScript = 'main.nf'
214214
nextflowVersion = '!>=21.10.6'
215-
version = '2.0.0dev'
215+
version = '2.0.0'
216216
doi = ''
217217
}
218218

0 commit comments

Comments
 (0)