From 6961db253f26b1d3052581f688276a739bce27d0 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 28 Jan 2021 15:09:39 -0600
Subject: [PATCH] Update version to 2.0.0rc01

---
 CHANGELOG.md             | 2 +-
 workflow/nextflow.config | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66553e9..21fb638 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# v2.0.0
+# v2.0.0rc01
 **User Facing**
 * Endness metadata "Single Read" changed to "Single End" in data-hub, pipeline updated to handle (#110) ("Single Read" still acceptable for backwards compatibility)
 * Strandedness metadata "yes"/"no" changed to boolean "t"/"f" in data-hub, pipeline updated to handle (#70) ("yes"/"no" still acceptable for backwards compatibility)
diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index 7eb7dff..44f2df5 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -125,6 +125,6 @@ manifest {
   homePage = 'https://git.biohpc.swmed.edu/gudmap_rbk/rna-seq'
   description = 'This pipeline was created to be a standard mRNA-sequencing analysis pipeline which integrates with the GUDMAP and RBK consortium data-hub.'
   mainScript = 'rna-seq.nf'
-  version = 'v1.0.3'
+  version = 'v2.0.0rc01'
   nextflowVersion = '>=19.09.0'
 }
-- 
GitLab