Skip to content

Commit

Permalink
Update Workload Version to 8.0.157
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Sep 13, 2024
1 parent 7992888 commit 7801abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workload/build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
example: -preview.3.100+sha12345
-->
<PropertyGroup>
<TizenWorkloadVersion>8.0.155</TizenWorkloadVersion>
<TizenWorkloadVersion>8.0.157</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand Down
2 changes: 1 addition & 1 deletion workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $LatestVersionMap = @{
"$ManifestBaseName-8.0.100-rc.2" = "7.0.125";
"$ManifestBaseName-8.0.100-rtm" = "7.0.127";
"$ManifestBaseName-8.0.100" = "8.0.144";
"$ManifestBaseName-8.0.200" = "8.0.145";
"$ManifestBaseName-8.0.200" = "8.0.157";
}

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 @@ -37,7 +37,7 @@ LatestVersionMap=(
"$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.144"
"$MANIFEST_BASE_NAME-8.0.200=8.0.145"
"$MANIFEST_BASE_NAME-8.0.200=8.0.157"
)

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

0 comments on commit 7801abc

Please sign in to comment.