Skip to content

Commit

Permalink
Update task_versioning.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit authored Aug 17, 2021
1 parent e75c864 commit 1009fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task_versioning.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ task version_capture {
volatile: true
}
command <<<
PHVG_Version="PHVG v1.5.0"
PHVG_Version="PHVG v1.5.1"
~{default='' 'export TZ=' + timezone}
date +"%Y-%m-%d" > TODAY
echo $PHVG_Version > PHVG_VERSION
Expand Down

0 comments on commit 1009fe4

Please sign in to comment.