From 1cf987541d45ed417cfec14ac833b7dfd85f8aef Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 10 May 2013 14:14:47 -0300 Subject: [PATCH] Release 3.0.0.rc :heart: --- Gemfile.lock | 2 +- lib/simple_form/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2db3eb2f..c8f9e281 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_form (3.0.0.beta1) + simple_form (3.0.0.rc) actionpack (>= 4.0.0.rc1, < 4.1) activemodel (>= 4.0.0.rc1, < 4.1) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index f5c7b244..e2788f88 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,3 +1,3 @@ module SimpleForm - VERSION = "3.0.0.beta1".freeze + VERSION = "3.0.0.rc".freeze end