diff --git a/Gemfile.lock b/Gemfile.lock index e0b5512..025cc2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - table_saw (1.1.0) + table_saw (1.2.0) connection_pool pg thor diff --git a/lib/table_saw/version.rb b/lib/table_saw/version.rb index 87e7824..42b8470 100644 --- a/lib/table_saw/version.rb +++ b/lib/table_saw/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TableSaw - VERSION = '1.1.0' + VERSION = '1.2.0' end