Skip to content

Commit 7376095

Browse files
committed
[wfpm v0.8.0] started a new version [email protected] from [email protected] which was released
1 parent 30bb5d3 commit 7376095

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

argo-data-submission-wf/main.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
nextflow.enable.dsl = 2
25-
version = '1.1.0'
25+
version = '1.2.0'
2626

2727
// universal params go here, change default value as needed
2828
params.container = ""

argo-data-submission-wf/pkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argo-data-submission-wf",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "ARGO data submission workflow",
55
"main": "main.nf",
66
"deprecated": false,

argo-data-submission-wf/tests/checker.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
nextflow.enable.dsl = 2
29-
version = '1.1.0'
29+
version = '1.2.0'
3030

3131
// universal params
3232
params.publish_dir = ""

0 commit comments

Comments
 (0)