From b0ebdfb95b4757fb53b6fcbb1dd11c0602ee108e Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:50:31 -0300 Subject: [PATCH] chore: bump version to 2.0.0-alpha.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 125f3bcdf..18309719c 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ TARGET_OS?=$(shell uname) export TARGET_OS -ROLLUPS_NODE_VERSION := 2.0.0-alpha.8 +ROLLUPS_NODE_VERSION := 2.0.0-alpha.9 ROLLUPS_CONTRACTS_VERSION := 2.1.1 ROLLUPS_CONTRACTS_URL:=https://github.com/cartesi/rollups-contracts/releases/download/ ROLLUPS_CONTRACTS_ARTIFACT:=rollups-contracts-$(ROLLUPS_CONTRACTS_VERSION)-artifacts.tar.gz