From bb1933c9e7c20283693743e679f21e93413564cf Mon Sep 17 00:00:00 2001 From: Tian Date: Fri, 24 Jun 2022 13:23:09 -0700 Subject: [PATCH] update version to 4.0.1 --- CHANGELOG.md | 3 +++ nextflow.config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f473fab0..efe37fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed + +## [4.0.1] - 2022-06-24 +### Changed - Update PR template. ### Fixed diff --git a/nextflow.config b/nextflow.config index aa8a80d0..6fc171ae 100644 --- a/nextflow.config +++ b/nextflow.config @@ -9,6 +9,6 @@ manifest { nextflowVersion = '>=20.07.1' author = 'Yuan Zhe (Caden) Bugh, Mao Tian' homePage = 'https://github.com/uclahs-cds/pipeline-call-sSNV' - version = '4.0.0' + version = '4.0.1' name = 'call-sSNV' }