From 2d15fb1c402b1197de62070a8d24ebfd160397fa Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Fri, 24 Mar 2023 09:37:17 +0000 Subject: [PATCH] Bump pipeline version to 2.7.0dev --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c751598a..fbaac5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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). +## [Unpublished Version / DEV] + +### Enhancements & fixes + ## [[2.6.0](https://github.com/nf-core/viralrecon/releases/tag/2.6.0)] - 2023-03-23 ### Credits diff --git a/nextflow.config b/nextflow.config index 8641580f..361c3dd7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -255,7 +255,7 @@ manifest { description = """Assembly and intrahost/low-frequency variant calling for viral samples""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '2.6.0' + version = '2.7.0dev' doi = 'https://doi.org/10.5281/zenodo.3901628' }