Skip to content

Commit 8460420

Browse files
committed
Bump pipeline version to 1.7dev
1 parent 922e81c commit 8460420

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
## [[1.6](https://github.com/nf-core/fetchngs/releases/tag/1.6)] - 2022-05-17
711

812
- [#57](https://github.com/nf-core/fetchngs/pull/57) - fetchngs fails if FTP is blocked

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ manifest {
158158
description = 'Pipeline to fetch metadata and raw FastQ files from public databases'
159159
mainScript = 'main.nf'
160160
nextflowVersion = '!>=21.10.3'
161-
version = '1.6'
161+
version = '1.7dev'
162162
}
163163

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

0 commit comments

Comments
 (0)