Skip to content

Commit b50e1f6

Browse files
committed
Bump pipeline version to 1.9
1 parent e4a30d2 commit b50e1f6

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-
## [Unpublished Version / DEV]
6+
## [[1.9](https://github.com/nf-core/rnaseq/releases/tag/1.9)] - 2022-12-21
77

88
### Enhancements & fixes
99

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ manifest {
177177
description = """Pipeline to fetch metadata and raw FastQ files from public databases"""
178178
mainScript = 'main.nf'
179179
nextflowVersion = '!>=22.10.1'
180-
version = '1.9dev'
180+
version = '1.9'
181181
doi = 'https://doi.org/10.5281/zenodo.5070524'
182182
}
183183

0 commit comments

Comments
 (0)