Skip to content

Commit 65ee655

Browse files
committed
Bump pipeline version to 3.8dev
1 parent 43e2ef3 commit 65ee655

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
10+
### Parameters
11+
612
## [[3.7](https://github.com/nf-core/rnaseq/releases/tag/3.7)] - 2022-05-03
713

814
### :warning: Major enhancements

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ manifest {
227227
description = 'Nextflow RNA-Seq analysis pipeline, part of the nf-core community.'
228228
mainScript = 'main.nf'
229229
nextflowVersion = '!>=21.10.3'
230-
version = '3.7'
230+
version = '3.8dev'
231231
}
232232

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

0 commit comments

Comments
 (0)