diff --git a/Gemfile.lock b/Gemfile.lock index 7381d415e..092fadda2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GIT PATH remote: . specs: - simple_form (3.1.0.rc1) + simple_form (3.1.0.rc2) actionpack (~> 4.0) activemodel (~> 4.0) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index a6c72e44d..95913206a 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,3 +1,3 @@ module SimpleForm - VERSION = "3.1.0.rc1".freeze + VERSION = "3.1.0.rc2".freeze end