diff --git a/CHANGELOG.md b/CHANGELOG.md index 244fd1f..9c0230f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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). +## v0.10.1dev - [date] + +### `Added` + +### `Fixed` + +### `Dependencies` + +### `Deprecated` + ## [[0.10.0](https://github.com/sanger-tol/genomeassembly/releases/tag/0.10.0)] - Hideous Zippleback - [2024-04-16] ### Enhancements & fixes diff --git a/nextflow.config b/nextflow.config index fa06570..3595f31 100644 --- a/nextflow.config +++ b/nextflow.config @@ -219,7 +219,7 @@ manifest { description = """A bioinformatics best-practice analysis pipeline for genome assembly from PacBio CCS and HiC reads""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '0.9.1' + version = '0.10.1dev' doi = '10.5281/zenodo.10391851' }