From 790f577437cc53ea8b033e8ffecb5049466be6c4 Mon Sep 17 00:00:00 2001 From: Flouse Date: Wed, 20 Jul 2022 15:05:23 +0800 Subject: [PATCH] Bump GODWOKEN_REF to v1.4.0-rc3 - https://github.com/nervosnetwork/godwoken/pull/768 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7935f37..fdabc91 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-rc2 # https://github.com/nervosnetwork/godwoken/compare/v1.4.0-rc1...v1.4.0-rc2 +GODWOKEN_REF := v1.4.0-rc3 # https://github.com/nervosnetwork/godwoken/compare/v1.4.0-rc2...v1.4.0-rc3 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