Skip to content

Commit 870ae7f

Browse files
Update task_versioning.wdl (#195)
1 parent 096663f commit 870ae7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/task_versioning.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ task version_capture {
88
volatile: true
99
}
1010
command {
11-
PHBG_Version="PHBG v1.0.0"
11+
PHBG_Version="PHBG v1.1.0"
1212
~{default='' 'export TZ=' + timezone}
1313
date +"%Y-%m-%d" > TODAY
1414
echo "$PHBG_Version" > PHBG_VERSION
@@ -24,4 +24,4 @@ task version_capture {
2424
disks: "local-disk 10 HDD"
2525
dx_instance_type: "mem1_ssd1_v2_x2"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)