From 8f64a87c9c66ac99722d92db82d2efe240b25f14 Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Wed, 25 Sep 2024 14:04:26 +0200 Subject: [PATCH] bump to v1.8.1 --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfe3db6..292bee9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -## v1.8.1dev +## v1.8.1 - Open Oostkamp - [September 25 2024] ### Fixes diff --git a/nextflow.config b/nextflow.config index e7df3c6e..043a6187 100644 --- a/nextflow.config +++ b/nextflow.config @@ -295,7 +295,7 @@ manifest { description = """A nextflow pipeline for calling and annotating small germline variants from short DNA reads for WES and WGS data""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.0' - version = '1.8.1dev' + version = '1.8.1' doi = '' }