diff --git a/Gemfile.lock b/Gemfile.lock index f6be4db..95d6c65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - query_helper (0.3.7) + query_helper (0.3.9) activerecord (> 5) activesupport (> 5) sqlite3 diff --git a/lib/query_helper/version.rb b/lib/query_helper/version.rb index 258d35d..bf34ca1 100644 --- a/lib/query_helper/version.rb +++ b/lib/query_helper/version.rb @@ -1,3 +1,3 @@ class QueryHelper - VERSION = "0.3.7" + VERSION = "0.3.9" end