File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## v2.0.0dev - [ date ]
6
+ ## v2.0.0 - 2022-10-20
7
7
8
8
### ` Added `
9
9
@@ -22,8 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
23
23
- Updated Nextflow version to ` v21.10.6 `
24
24
25
- ### ` Deprecated `
26
-
27
25
## v1.0.1 - 2020-03-03
28
26
29
27
Update to the container to meet the latest template requirements, and dependencies for new features in an upcoming PR (R and Picard tools).
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ manifest {
212
212
description = ' Global Run-On sequencing analysis pipeline'
213
213
mainScript = ' main.nf'
214
214
nextflowVersion = ' !>=21.10.6'
215
- version = ' 2.0.0dev '
215
+ version = ' 2.0.0 '
216
216
doi = ' '
217
217
}
218
218
You can’t perform that action at this time.
0 commit comments