Skip to content

Commit

Permalink
Merge pull request #390 from thaJeztah/rootless_25.0.1
Browse files Browse the repository at this point in the history
rootless: update to 25.0.1
  • Loading branch information
thaJeztah authored Jan 24, 2024
2 parents 756aedf + 81bc490 commit 7b61087
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="25.0.0"
TEST_LATEST="25.0.0"
STABLE_LATEST="25.0.1"
TEST_LATEST="25.0.1"
STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
case "$CHANNEL" in
Expand Down

0 comments on commit 7b61087

Please sign in to comment.