From 0ce56e5f4e52f12a7647d6d36754119e358f5f18 Mon Sep 17 00:00:00 2001 From: Flouse Date: Mon, 19 Sep 2022 09:26:22 +0800 Subject: [PATCH] Bump POLYJUICE_VERSION to 1.4.1 --- c/polyjuice_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/polyjuice_globals.h b/c/polyjuice_globals.h index 32b2322c..dded684c 100644 --- a/c/polyjuice_globals.h +++ b/c/polyjuice_globals.h @@ -1,7 +1,7 @@ #ifndef POLYJUICE_GLOBALS_H #define POLYJUICE_GLOBALS_H -#define POLYJUICE_VERSION "v1.3.0" +#define POLYJUICE_VERSION "v1.4.1" #define ETH_ADDRESS_LEN 20