From 16f3a823a7a02856db4dc168bb2816507fa90004 Mon Sep 17 00:00:00 2001 From: Boyan-MILANOV Date: Mon, 22 Feb 2021 21:03:19 +0100 Subject: [PATCH] Update to v3.2 in CLI tool --- cli-tool/ropium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-tool/ropium b/cli-tool/ropium index e424a78..83fafed 100644 --- a/cli-tool/ropium +++ b/cli-tool/ropium @@ -46,7 +46,7 @@ keep_regs = [] safe_mem = True abi = ABI.NONE system = OS.NONE -start_msg = "\n" + str_bold("ROPium") + " - v3.1\n" +start_msg = "\n" + str_bold("ROPium") + " - v3.2\n" # Commands CMD_HELP = "help"