From d44d7ab3ca8db23dc9c12b69beb9dc579a2e34b8 Mon Sep 17 00:00:00 2001 From: Leonardo Tegon Date: Thu, 22 Nov 2018 20:15:06 -0200 Subject: [PATCH] Prepare for `4.1.0` version --- 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 9ae86907..7195c206 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_form (4.0.1) + simple_form (4.1.0) actionpack (>= 5.0) activemodel (>= 5.0) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index ac6ae9c7..7cba9086 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module SimpleForm - VERSION = "4.0.1".freeze + VERSION = "4.1.0".freeze end