diff --git a/tnim.nim b/tnim.nim index bc3e94b..4055fd6 100644 --- a/tnim.nim +++ b/tnim.nim @@ -57,7 +57,7 @@ import strutils, tables, os, osproc, rdstdin const TnimName* = "TNim" - TnimVersion* = 2.06 + TnimVersion* = 2.0.6 TnimStart* = "nim> " ## the TNim prompt TnimContinue* = ".... " # add "..".repeat(n) before this SavedFileName* = "tnim_dat.dat" ## this file will hold the code you have typed (until cleared), or you can add code