Skip to content

Commit 0926c09

Browse files
authored
Update task_versioning.wdl (#134)
1 parent b1041f0 commit 0926c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/task_versioning.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ task version_capture {
88
volatile: true
99
}
1010
command <<<
11-
PHVG_Version="PHVG v2.1.0-dev"
11+
PHVG_Version="PHVG v2.1.0"
1212
~{default='' 'export TZ=' + timezone}
1313
date +"%Y-%m-%d" > TODAY
1414
echo $PHVG_Version > PHVG_VERSION

0 commit comments

Comments
 (0)