Skip to content

Commit 8dc9ab5

Browse files
committed
update version number
1 parent c933571 commit 8dc9ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin_apps/PyDOS/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def PyDOS():
8585
global envVars
8686
if "envVars" not in globals().keys():
8787
envVars = {}
88-
_VER = "1.52-fruitjam"
88+
_VER = "1.53-fruitjam"
8989
prmpVals = ['>','(',')','&','|','\x1b','\b','<','=',' ',_VER,'\n','$','']
9090

9191
print("Starting Py-DOS... Type 'help' for help.")

0 commit comments

Comments
 (0)