From d2bce0be9ec34d4d441438b9f95c30d2a6c43f2e Mon Sep 17 00:00:00 2001
From: nservant <nservant@curie.fr>
Date: Fri, 4 Oct 2019 15:58:12 +0200
Subject: [PATCH] update manifest

---
 nextflow.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nextflow.config b/nextflow.config
index 356f200..c766c4a 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -102,7 +102,7 @@ manifest {
   description = 'Analysis of Chromosome Conformation Capture data (Hi-C)'
   mainScript = 'main.nf'
   nextflowVersion = '>=0.32.0'
-  version = '1.0.0'
+  version = '1.1.0dev'
 }
 
 // Function to ensure that resource requirements don't go beyond
-- 
GitLab