From 2df02386f150068e7102046f6b83942215deea58 Mon Sep 17 00:00:00 2001 From: enitrat Date: Tue, 15 Oct 2024 15:28:23 +0200 Subject: [PATCH] chore: bump katana --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c63b9ba31..8d615e3d7 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.14 +KATANA_VERSION = v1.0.0-alpha.16 ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) BUILD_DIR = build