Skip to content

Commit

Permalink
Update Version map
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Nov 14, 2023
1 parent ecbf258 commit 5b0a0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-rc.1" = "7.0.124";
"$ManifestBaseName-8.0.100-rc.2" = "7.0.125";
"$ManifestBaseName-8.0.100-rtm" = "7.0.127";
"$ManifestBaseName-8.0.100" = "7.0.128";
}

function New-TemporaryDirectory {
Expand Down
1 change: 1 addition & 0 deletions workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-8.0.100-rc.1=7.0.124"
"$MANIFEST_BASE_NAME-8.0.100-rc.2=7.0.125"
"$MANIFEST_BASE_NAME-8.0.100-rtm=7.0.127"
"$MANIFEST_BASE_NAME-8.0.100=7.0.128"
)

while [ $# -ne 0 ]; do
Expand Down

0 comments on commit 5b0a0da

Please sign in to comment.