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$ "