From e69de77865e731705788cea819d53df77b9e99a7 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Fri, 18 Oct 2024 13:30:19 +0200 Subject: [PATCH] Bump and update change log again --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1586774..db5326e 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). -## 1.0.1dev +## 1.1.0dev ### Credits diff --git a/nextflow.config b/nextflow.config index 95e325d..8f5dda7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -228,7 +228,7 @@ manifest { description = """An nf-core demo pipeline""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '1.0.1dev' + version = '1.1.0dev' doi = '10.5281/zenodo.12192442' }