From 36cd674fa21dfab009b8d349559bbc55e8c212b1 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 24 Mar 2021 13:36:58 +0000 Subject: [PATCH] Simple version bump --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71a064..e66bcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [v0.0.4] +### Changed +- Version bump to test CI + ## [v0.0.3] ### Changed - Moved all CI to templates. diff --git a/nextflow.config b/nextflow.config index f1f45c0..48ec60f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -13,7 +13,7 @@ params { help = false out_dir = "output" - wfversion = "v0.0.3" + wfversion = "v0.0.4" }