From ec1ff4a429d5cf05cb561bb4acd5a780e784c14a Mon Sep 17 00:00:00 2001 From: Thomas Coratger Date: Sat, 5 Oct 2024 20:04:00 +0200 Subject: [PATCH] bump katana to v1.0.0-alpha.14 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0864c654..5e21574ab 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ endif KKRT_SSJ_RELEASE_ID = 176384150 # Kakarot SSJ artifacts for precompiles. KKRT_SSJ_BUILD_ARTIFACT_URL = $(shell curl -L https://api.github.com/repos/kkrt-labs/kakarot-ssj/releases/${KKRT_SSJ_RELEASE_ID} | jq -r '.assets[0].browser_download_url') -KATANA_VERSION = v1.0.0-alpha.13 +KATANA_VERSION = v1.0.0-alpha.14 ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) BUILD_DIR = build