diff --git a/Gemfile.lock b/Gemfile.lock index 9ae86907f..7195c2060 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 ac6ae9c73..7cba90867 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