Skip to content

Commit

Permalink
fix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Aug 25, 2023
1 parent 092a6bd commit cb169f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.4.0 dev
## v2.4.0dev

### Added

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ manifest {
description = """Nextflow rnafusion analysis pipeline, part of the nf-core community."""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.3.5dev'
version = '2.4.0dev'
doi = ''
}

Expand Down

0 comments on commit cb169f1

Please sign in to comment.