From 85d6e3f06c665372c8e412ca9ba89a33d3c4daf6 Mon Sep 17 00:00:00 2001 From: Matt Parker Date: Thu, 2 Dec 2021 09:07:23 +0000 Subject: [PATCH] updating version for release --- CHANGELOG.md | 2 +- nextflow.config | 2 +- nextflow_schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b3101..1c0f0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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). -## [unreleased] +## [v0.3.7] ### Fixed - Pangolin update step now checks for internet connection diff --git a/nextflow.config b/nextflow.config index 801cfc2..335879e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -28,7 +28,7 @@ params { report_coverage = true report_variant_summary = true report_detailed = false - wfversion = "v0.3.6" + wfversion = "v0.3.7" pangolin_version = "3.1.16" aws_image_prefix = null aws_queue = null diff --git a/nextflow_schema.json b/nextflow_schema.json index e4f8cb2..c69291d 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -220,7 +220,7 @@ }, "wfversion": { "type": "string", - "default": "v0.3.6", + "default": "v0.3.7", "hidden": true }, "pangolin_version": {