Simon Krajewski 12 anni fa
parent
commit
c42f7b851d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -44,7 +44,7 @@ type cache = {
 exception Abort
 exception Completion of string
 
-let version = 300
+let version = 301
 
 let measure_times = ref false
 let prompt = ref false