From cad9913ee579e1c4a7723be29ca2b241179c39c7 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sun, 26 Apr 2026 17:37:11 -0700 Subject: [PATCH] Bump sail-riscv to 0.11 --- bin/installation/sail-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installation/sail-install.sh b/bin/installation/sail-install.sh index 34fb7f1b91..a1268d6f9c 100755 --- a/bin/installation/sail-install.sh +++ b/bin/installation/sail-install.sh @@ -27,7 +27,7 @@ ## and limitations under the License. ################################################################################################ -RISCV_SAIL_MODEL_VERSION=0.10 # Last release as of Feb 16, 2026 +RISCV_SAIL_MODEL_VERSION=0.11 # Last release as of April 26, 2026 set -e # break on error # If run standalone, check environment. Otherwise, use info from main install script