From fa0488fb2af4927233e71468147f7da944a478a3 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Tue, 23 Feb 2021 15:04:51 +0000 Subject: [PATCH] Update shell.py --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.py b/shell.py index 2c00ef4..a498529 100644 --- a/shell.py +++ b/shell.py @@ -8,7 +8,7 @@ RAM = psutil.virtual_memory() CPU = platform.processor() OS = platform.system() HOST = socket.gethostname() -VER = "PCLISH v0.0.5a-hotfix2a" +VER = "PCLISH v0.0.6a" PROMPT = "shell@localhost$ "