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 2, 2024
1 parent 90cc233 commit 2ecfe7b
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 @@ -40,7 +40,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-7.0.100" = "7.0.103";
"$ManifestBaseName-7.0.200" = "7.0.105";
"$ManifestBaseName-7.0.300" = "7.0.120";
"$ManifestBaseName-7.0.400" = "7.0.123";
"$ManifestBaseName-7.0.400" = "7.0.136";
"$ManifestBaseName-8.0.100-alpha.1" = "7.0.104";
"$ManifestBaseName-8.0.100-preview.2" = "7.0.106";
"$ManifestBaseName-8.0.100-preview.3" = "7.0.107";
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 @@ -25,7 +25,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-7.0.100=7.0.103"
"$MANIFEST_BASE_NAME-7.0.200=7.0.105"
"$MANIFEST_BASE_NAME-7.0.300=7.0.120"
"$MANIFEST_BASE_NAME-7.0.400=7.0.123"
"$MANIFEST_BASE_NAME-7.0.400=7.0.136"
"$MANIFEST_BASE_NAME-8.0.100-alpha.1=7.0.104"
"$MANIFEST_BASE_NAME-8.0.100-preview.2=7.0.106"
"$MANIFEST_BASE_NAME-8.0.100-preview.3=7.0.107"
Expand Down

0 comments on commit 2ecfe7b

Please sign in to comment.