Browse Source

release v0.12.0

Andreas Stenius 8 years ago
parent
commit
cec398dc9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/erlydtl.app.src

+ 1 - 1
src/erlydtl.app.src

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 {application, erlydtl,
  [{description, "Django Template Language for Erlang"},
-  {vsn, "0.11.1"},
+  {vsn, "0.12.0"},
   {modules, []},
   {applications, [kernel, stdlib, compiler, syntax_tools, merl]},
   {registered, []},