From 35737bfcdf0dee8094554114bfa778d15303141c Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:39:56 -0300 Subject: [PATCH] chore: bump version to 2.0.0-alpha.10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68eb6a64b..28b8279b0 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ TARGET_OS?=$(shell uname) export TARGET_OS -ROLLUPS_NODE_VERSION := 2.0.0-alpha.9 +ROLLUPS_NODE_VERSION := 2.0.0-alpha.10 ROLLUPS_CONTRACTS_VERSION := 2.2.0 ROLLUPS_CONTRACTS_URL:=https://github.com/cartesi/rollups-contracts/releases/download/ ROLLUPS_CONTRACTS_ARTIFACT:=rollups-contracts-$(ROLLUPS_CONTRACTS_VERSION)-artifacts.tar.gz