From 2e808f0bcf988a402e5154836dcd3339fee6bbe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 7 Sep 2015 10:04:07 +0200 Subject: [PATCH] Use 3.2.0.dev version for now --- 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 e5217c04..13f961c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_form (3.1.1) + simple_form (3.2.0.dev) actionpack (~> 4.0) activemodel (~> 4.0) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index a511d821..b7da0e62 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,3 +1,3 @@ module SimpleForm - VERSION = "3.1.1".freeze + VERSION = "3.2.0.dev".freeze end