From c24f8f8380083baf2384fcf4104fd055ad6dc772 Mon Sep 17 00:00:00 2001
From: maxulysse <max.u.garcia@gmail.com>
Date: Thu, 1 Jun 2023 13:55:37 +0200
Subject: [PATCH] bump version

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

diff --git a/nextflow.config b/nextflow.config
index 931b861..f1a2b02 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -276,7 +276,7 @@ manifest {
     description     = """Analysis of Chromosome Conformation Capture data (Hi-C)"""
     mainScript      = 'main.nf'
     nextflowVersion = '!>=22.10.1'
-    version = '2.1.0dev'
+    version = '2.1.0'
     doi             = ''
 }
 
-- 
GitLab