Skip to content

Commit

Permalink
Update version map
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Feb 28, 2024
1 parent 71585e8 commit e2569cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ $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" = "8.0.143";
"$ManifestBaseName-8.0.200" = "8.0.142";
"$ManifestBaseName-8.0.100" = "8.0.144";
"$ManifestBaseName-8.0.200" = "8.0.145";
"$ManifestBaseName-9.0.100-alpha.1" = "8.0.134";
"$ManifestBaseName-9.0.100-preview.1" = "8.0.135";
"$ManifestBaseName-9.0.100-preview.2" = "8.0.137";
Expand Down
4 changes: 2 additions & 2 deletions workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ 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=8.0.143"
"$MANIFEST_BASE_NAME-8.0.200=8.0.142"
"$MANIFEST_BASE_NAME-8.0.100=8.0.144"
"$MANIFEST_BASE_NAME-8.0.200=8.0.145"
"$MANIFEST_BASE_NAME-9.0.100-alpha.1=8.0.134"
"$MANIFEST_BASE_NAME-9.0.100-preview.1=8.0.135"
"$MANIFEST_BASE_NAME-9.0.100-preview.2=8.0.137"
Expand Down

0 comments on commit e2569cf

Please sign in to comment.