From 9a97258fbc14147558797683385fc1056df89317 Mon Sep 17 00:00:00 2001 From: Ty Chermsirivatana Date: Fri, 5 Apr 2024 19:14:50 -0400 Subject: [PATCH] Update engima --- engima | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engima b/engima index 2a7afe5..22eb2dc 100755 --- a/engima +++ b/engima @@ -13,7 +13,7 @@ print(Fore.RED) #Declares default color. Will add multiple colors soon! # GUI Logic def mainConsole(): # GUI Logic - menu = ConsoleMenu("MultipassSimplified v1.0", "A Python TUI Interface for the Multipass VM System by WarpWing") + menu = ConsoleMenu("MultipassSimplified v1.1", "A Python TUI Interface for the Multipass VM System by Ty "WarpWing" Chermsirivatana.") # Command Logic launchMP = FunctionItem("Create New MP Instance", launchMPI) shellMP = FunctionItem("Shell into MP Instance",shellMPI)