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 5b0a0da commit 4c8d8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +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";
"$ManifestBaseName-8.0.100" = "7.0.129";
}

function New-TemporaryDirectory {
Expand Down
2 changes: 1 addition & 1 deletion workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +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"
"$MANIFEST_BASE_NAME-8.0.100=7.0.129"
)

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

0 comments on commit 4c8d8af

Please sign in to comment.