Skip to content

Commit

Permalink
Merge pull request #389 from thaJeztah/rootless_25.0.0
Browse files Browse the repository at this point in the history
rootless: update to 25.0.0
  • Loading branch information
thaJeztah authored Jan 19, 2024
2 parents 3e3a9cc + d56d420 commit 756aedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootless-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ if [ -z "$CHANNEL" ]; then
CHANNEL=$DEFAULT_CHANNEL_VALUE
fi
# The latest release is currently hard-coded.
STABLE_LATEST="24.0.7"
TEST_LATEST="25.0.0-rc.3"
STABLE_LATEST="25.0.0"
TEST_LATEST="25.0.0"
STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
case "$CHANNEL" in
Expand Down

0 comments on commit 756aedf

Please sign in to comment.