From 603ee7e6500d760eb10c8a2e02fa722e711cc995 Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Fri, 26 Jan 2024 14:58:28 -0600 Subject: [PATCH] Bump for next version --- CHANGELOG.md | 2 ++ nextflow.config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52eb926..c056efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ 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] + ## [1.0.0] - 2024-01-26 ### Added diff --git a/nextflow.config b/nextflow.config index 0ad21a7..cd03575 100644 --- a/nextflow.config +++ b/nextflow.config @@ -198,7 +198,7 @@ manifest { description = """IRIDA Next pipeline for fetching data from NCBI""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0.0' + version = '1.1.0.dev' doi = '' defaultBranch = 'main' }