From 15b53ce339d9418dedc38bb389c093d2c73e841d Mon Sep 17 00:00:00 2001 From: Flouse Date: Fri, 8 Apr 2022 11:41:14 +0800 Subject: [PATCH] Bump POLYJUICE_VERSION to v0.8.11 --- 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 c7ed0686..fd345a09 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 "v0.8.10-aot" +#define POLYJUICE_VERSION "v0.8.11" #define POLYJUICE_SHORT_ADDR_LEN 20 /* 32 + 4 + 20 */ #define SCRIPT_ARGS_LEN 56