Skip to content

Commit

Permalink
Update version map
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Aug 21, 2023
1 parent 8ad4030 commit 97cfbfd
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 @@ -47,6 +47,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-preview.4" = "7.0.108";
"$ManifestBaseName-8.0.100-preview.5" = "7.0.110";
"$ManifestBaseName-8.0.100-preview.6" = "7.0.121";
"$ManifestBaseName-8.0.100-preview.7" = "7.0.122";
"$ManifestBaseName-8.0.100-rc.1" = "7.0.124";
"$ManifestBaseName-8.0.100-rc.2" = "7.0.125";
}
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 @@ -32,6 +32,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-8.0.100-preview.4=7.0.108"
"$MANIFEST_BASE_NAME-8.0.100-preview.5=7.0.110"
"$MANIFEST_BASE_NAME-8.0.100-preview.6=7.0.121"
"$MANIFEST_BASE_NAME-8.0.100-preview.7=7.0.122"
"$MANIFEST_BASE_NAME-8.0.100-rc.1=7.0.124"
"$MANIFEST_BASE_NAME-8.0.100-rc.2=7.0.125"
)
Expand Down

0 comments on commit 97cfbfd

Please sign in to comment.