Update shell.py

This commit is contained in:
JaydenMW 2021-02-23 15:04:51 +00:00
parent aff6526ee6
commit fa0488fb2a
1 changed files with 1 additions and 1 deletions

View File

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