Skip to content

Commit 42ff4d0

Browse files
authored
Merge pull request #14 from TRON-Bioinformatics/dev
Bump version
2 parents 44e82f3 + 1f05355 commit 42ff4d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nextflow.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ params {
3939
epoch = 0
4040

4141
// version - needs an update with each release
42-
version = '1.1.0'
42+
version = '1.2.0'
4343

4444
}
4545

@@ -84,3 +84,4 @@ cleanup=true
8484
// Load base.config & modules.config for DSL2 module specific options
8585
includeConfig 'conf/base.config'
8686
includeConfig 'conf/modules.config'
87+

0 commit comments

Comments
 (0)