Skip to content

Commit 03d3cf1

Browse files
committed
Update version map
1 parent b3e67a6 commit 03d3cf1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

workload/scripts/workload-install.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ $LatestVersionMap = @{
5151
"$ManifestBaseName-8.0.100-rc.1" = "7.0.124";
5252
"$ManifestBaseName-8.0.100-rc.2" = "7.0.125";
5353
"$ManifestBaseName-8.0.100-rtm" = "7.0.127";
54-
"$ManifestBaseName-8.0.100" = "7.0.129";
54+
"$ManifestBaseName-8.0.100" = "8.0.130";
55+
"$ManifestBaseName-9.0.100-alpha.1" = "8.0.131";
5556
}
5657

5758
function New-TemporaryDirectory {

workload/scripts/workload-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ LatestVersionMap=(
3636
"$MANIFEST_BASE_NAME-8.0.100-rc.1=7.0.124"
3737
"$MANIFEST_BASE_NAME-8.0.100-rc.2=7.0.125"
3838
"$MANIFEST_BASE_NAME-8.0.100-rtm=7.0.127"
39-
"$MANIFEST_BASE_NAME-8.0.100=7.0.129"
39+
"$MANIFEST_BASE_NAME-8.0.100=7.0.130"
40+
"$MANIFEST_BASE_NAME-9.0.100-alpha.1=8.0.131"
4041
)
4142

4243
while [ $# -ne 0 ]; do

0 commit comments

Comments
 (0)