From cbb4c9c48732a06482b134ccc78de46acbf32246 Mon Sep 17 00:00:00 2001 From: Justin French Date: Mon, 13 Jun 2011 20:27:10 +1000 Subject: [PATCH] version bump to rc2 --- 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 2f1894f0d..0f8071a6e 100644 --- a/lib/formtastic/version.rb +++ b/lib/formtastic/version.rb @@ -1,3 +1,3 @@ module Formtastic - VERSION = "2.0.0.rc1" + VERSION = "2.0.0.rc2" end