Skip to content

Commit 8d30e81

Browse files
committed
Bump pipeline version to 3.9dev
1 parent 8f59050 commit 8d30e81

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [Unpublished Version / DEV]
7+
8+
### Enhancements & fixes
9+
610
## [[3.8](https://github.com/nf-core/rnaseq/releases/tag/3.8)] - 2022-05-25
711

812
### :warning: Major enhancements

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ manifest {
229229
description = 'RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control.'
230230
mainScript = 'main.nf'
231231
nextflowVersion = '!>=21.10.3'
232-
version = '3.8'
232+
version = '3.9dev'
233233
}
234234

235235
// Load modules.config for DSL2 module specific options

0 commit comments

Comments
 (0)