Skip to content

Commit

Permalink
bump katana to v1.0.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Oct 5, 2024
1 parent f79c84d commit ec1ff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec1ff4a

Please sign in to comment.