From 4c58d5acb75111059e68e6421b00301fdece5952 Mon Sep 17 00:00:00 2001 From: Flouse Date: Tue, 19 Jul 2022 23:42:53 +0800 Subject: [PATCH] Bump GODWOKEN_REF to v1.4.0-rc2 (#70) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 952c7b4..7935f37 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ POLYJUICE_REPO := https://github.com/nervosnetwork/godwoken-polyjuice.git OMNI_LOCK_REPO := https://github.com/nervosnetwork/ckb-production-scripts.git # components tags -GODWOKEN_REF := v1.4.0-rc1 # https://github.com/nervosnetwork/godwoken/compare/v1.3.0-rc1...v1.4.0-rc1 +GODWOKEN_REF := v1.4.0-rc2 # https://github.com/nervosnetwork/godwoken/compare/v1.4.0-rc1...v1.4.0-rc2 GODWOKEN_SCRIPTS_REF := v1.3.0-rc1 # https://github.com/nervosnetwork/godwoken-scripts/compare/v1.1.0-beta...v1.3.0-rc1 POLYJUICE_REF := 1.3.0 # https://github.com/nervosnetwork/godwoken-polyjuice/releases/tag/1.3.0 OMNI_LOCK_REF := rc_lock