diff --git a/VERSION b/VERSION index 845639e..9faa1b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4 +0.1.5 diff --git a/src/mcl.org b/src/mcl.org index 2af44a7..778da59 100644 --- a/src/mcl.org +++ b/src/mcl.org @@ -121,7 +121,7 @@ pass over the AST. The version: #+begin_src lisp -(defparameter *version* "0.1.4") +(defparameter *version* "0.1.5") #+end_src #+begin_src lisp