From 970ffa973420f83d09118d93c556e8988731b351 Mon Sep 17 00:00:00 2001 From: Sarah Griffiths Date: Tue, 16 May 2023 16:34:08 +0000 Subject: [PATCH] tag --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a04a72..b10eb6b 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v0.1.11] ### Changed - LICENSE to Oxford Nanopore Technologies PLC. Public License Version 1.0. diff --git a/nextflow.config b/nextflow.config index 338c5f7..985099f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -116,7 +116,7 @@ manifest { description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.' mainScript = 'main.nf' nextflowVersion = '>=20.10.0' - version = 'v0.1.10' + version = 'v0.1.11' } executor {