From 05c290ce488c17d05c3183fa96fdd1f332d57abe Mon Sep 17 00:00:00 2001 From: "SANO,Masatoshi" Date: Tue, 24 Feb 2026 06:58:08 +0900 Subject: [PATCH] bump install-for-ci.sh version to 26.02.116 --- scripts/install-for-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-for-ci.sh b/scripts/install-for-ci.sh index 0664043..41f5e52 100644 --- a/scripts/install-for-ci.sh +++ b/scripts/install-for-ci.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -ROSWELL_RELEASE_VERSION=24.10.115 +ROSWELL_RELEASE_VERSION=26.02.116 ROSWELL_TARBALL_PATH=$HOME/roswell.tar.gz ROSWELL_DIR=$HOME/.roswell ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/roswell/roswell}