From 432c19f1f586638aed5b9657d181a6c6481704f2 Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Tue, 3 Oct 2023 17:59:38 +0200 Subject: [PATCH] Upgrade toolchain to latest at 23 Oct. 2023 --- VERSION | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d169b2f..c5d54ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.8 +0.0.9 diff --git a/build.sh b/build.sh index 558f87d..eec6db2 100755 --- a/build.sh +++ b/build.sh @@ -22,7 +22,7 @@ NAME=oss-cad-suite # -- set the new date YEAR=2023 MONTH=10 -DAY=02 +DAY=03 # -- Base URL for oss-cad-suite package SRC_URL_BASE="https://github.com/YosysHQ/oss-cad-suite-build/releases/download"