From 75f4233543f6c48718b4304435837eddf4247409 Mon Sep 17 00:00:00 2001 From: Justin French Date: Mon, 3 Oct 2011 08:41:20 +1100 Subject: [PATCH] verion bump 2.0.1 --- lib/formtastic/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/formtastic/version.rb b/lib/formtastic/version.rb index 34df6ee9c..eb0db2122 100644 --- a/lib/formtastic/version.rb +++ b/lib/formtastic/version.rb @@ -1,3 +1,3 @@ module Formtastic - VERSION = "2.0.0" + VERSION = "2.0.1" end