From 303f7adec139af6bd4bdba9eea0fba8bee3af773 Mon Sep 17 00:00:00 2001
From: Jon Gesell <11574364+jgesell@users.noreply.github.com>
Date: Mon, 5 Jul 2021 12:03:13 -0500
Subject: [PATCH] Updated CHANGELOG.md and nexflot.config version numbers to
 2.x.x_indev

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cecb33e..04aeb94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# v.2.0.1
+# v.2.x.x (indev)
 **User Facing**
 
 **Background**
diff --git a/nextflow.config b/nextflow.config
index fbfb2f1..10503ed 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -119,6 +119,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 = 'v2.0.0'
+  version = 'v2.x.x_indev'
   nextflowVersion = '>=20.01.0'
 }
-- 
GitLab