Skip to content

Commit

Permalink
[wfpm v0.8.0] started a new version [email protected] fro…
Browse files Browse the repository at this point in the history
…m [email protected] which was released
  • Loading branch information
edsu7 committed Mar 7, 2024
1 parent 30bb5d3 commit 7376095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argo-data-submission-wf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

nextflow.enable.dsl = 2
version = '1.1.0'
version = '1.2.0'

// universal params go here, change default value as needed
params.container = ""
Expand Down
2 changes: 1 addition & 1 deletion argo-data-submission-wf/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argo-data-submission-wf",
"version": "1.1.0",
"version": "1.2.0",
"description": "ARGO data submission workflow",
"main": "main.nf",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion argo-data-submission-wf/tests/checker.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

nextflow.enable.dsl = 2
version = '1.1.0'
version = '1.2.0'

// universal params
params.publish_dir = ""
Expand Down

0 comments on commit 7376095

Please sign in to comment.