might as well increment version for the fix....

This commit is contained in:
RetiredWizard 2025-08-15 20:02:44 -04:00
parent 88cb051636
commit c2307ce9bc

View file

@ -84,7 +84,7 @@ def PyDOS():
global envVars
if "envVars" not in globals().keys():
envVars = {}
_VER = "1.55-fruitjam"
_VER = "1.56-fruitjam"
prmpVals = ['>','(',')','&','|','\x1b','\b','<','=',' ',_VER,'\n','$','']
print("Starting Py-DOS... Type 'help' for help.")