Skip to content

Commit b10425d

Browse files
committed
Bump pipeline version to 3.10
1 parent 7a8cfe6 commit b10425d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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-
## v3.10dev - [date]
6+
## [[3.10](https://github.com/nf-core/rnaseq/releases/tag/3.10)] - 2022-12-21
77

88
### Enhancements & fixes
99

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ manifest {
256256
description = """RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control."""
257257
mainScript = 'main.nf'
258258
nextflowVersion = '!>=22.10.1'
259-
version = '3.10dev'
259+
version = '3.10'
260260
doi = 'https://doi.org/10.5281/zenodo.1400710'
261261
}
262262

0 commit comments

Comments
 (0)