From a937bea76c69b1a980421ac1281e88298063c9fa Mon Sep 17 00:00:00 2001
From: nservant <nicolas.servant@curie.fr>
Date: Thu, 5 May 2022 16:31:34 +0200
Subject: [PATCH] Template update for nf-core/tools version 2.3.2

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87c2402..1b0b90b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## v1.3.1 - [date]
+## v1.4.0dev - [date]
 
 Initial release of nf-core/hic, created with the [nf-core](https://nf-co.re/) template.
 
diff --git a/nextflow.config b/nextflow.config
index 50a4460..25e3fc4 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -169,7 +169,7 @@ manifest {
     description     = 'Analysis of Chromosome Conformation Capture data (Hi-C)'
     mainScript      = 'main.nf'
     nextflowVersion = '!>=21.10.3'
-    version         = '1.3.1'
+    version         = '1.4.0dev'
 }
 
 // Load modules.config for DSL2 module specific options
-- 
GitLab