Skip to content

Commit c6e4428

Browse files
authored
Merge pull request #268 from AkihiroSuda/rootless-20.10.12
rootless-install.sh: update to 20.10.12
2 parents fa5e8ea + f72a74d commit c6e4428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootless-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ if [ -z "$CHANNEL" ]; then
2929
CHANNEL=$DEFAULT_CHANNEL_VALUE
3030
fi
3131
# The latest release is currently hard-coded.
32-
STABLE_LATEST="20.10.11"
33-
TEST_LATEST="20.10.11"
32+
STABLE_LATEST="20.10.12"
33+
TEST_LATEST="20.10.12"
3434
STATIC_RELEASE_URL=
3535
STATIC_RELEASE_ROOTLESS_URL=
3636
case "$CHANNEL" in

0 commit comments

Comments
 (0)