From 958feef3f9409f4853873a16bc275c97bf9dc69c Mon Sep 17 00:00:00 2001 From: Sorel Fitz-Gibbon Date: Fri, 7 Jun 2024 18:22:33 -0700 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6d94f..53b8180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm --- ## [Unreleased] + +--- + +## [10.1.0-rc.1] ### Added - Add workflow for genotyping from GVCFs ### Changed diff --git a/nextflow.config b/nextflow.config index b696916..fbaba53 100644 --- a/nextflow.config +++ b/nextflow.config @@ -5,5 +5,5 @@ manifest { name = 'call-gSNP' author = ["Yash Patel", "Shu Tao", "Stefan Eng"] description = 'Nextflow pipeline to call germline short variants in single or normal-tumour paired mode' - version = '10.0.1' + version = '10.1.0-rc.1' }