From 8dc9ab5fbe1a02be31f875ee572c93e83e707ec5 Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Mon, 4 Aug 2025 13:58:49 -0400 Subject: [PATCH] update version number --- builtin_apps/PyDOS/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin_apps/PyDOS/code.py b/builtin_apps/PyDOS/code.py index 43e1041..38594f5 100644 --- a/builtin_apps/PyDOS/code.py +++ b/builtin_apps/PyDOS/code.py @@ -85,7 +85,7 @@ def PyDOS(): global envVars if "envVars" not in globals().keys(): envVars = {} - _VER = "1.52-fruitjam" + _VER = "1.53-fruitjam" prmpVals = ['>','(',')','&','|','\x1b','\b','<','=',' ',_VER,'\n','$',''] print("Starting Py-DOS... Type 'help' for help.")