diff --git a/Gemfile.lock b/Gemfile.lock index a2531dc..ce26448 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - table_saw (1.3.0) + table_saw (2.0.0) pg thor diff --git a/lib/table_saw/version.rb b/lib/table_saw/version.rb index 486bcfd..67d0bc2 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.3.0' + VERSION = '2.0.0' end