Skip to content

Commit fc036e9

Browse files
authored
Merge pull request #47 from icgc-argo-workflows/song-score-upload@2.9.0
[release]
2 parents a6e1c75 + 0e93a24 commit fc036e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

song-score-upload/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
nextflow.enable.dsl = 2
24-
version = '2.8.0'
24+
version = '2.9.0'
2525

2626
// universal params go here, change default value as needed
2727
params.publish_dir = "" // set to empty string will disable publishDir

song-score-upload/pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "song-score-upload",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "SONG/SCORE upload",
55
"main": "main.nf",
66
"deprecated": false,

song-score-upload/tests/checker.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
nextflow.enable.dsl = 2
28-
version = '2.8.0'
28+
version = '2.9.0'
2929

3030
// universal params go here, change default value as needed
3131
params.max_retries = 5 // set to 0 will disable retry

0 commit comments

Comments
 (0)