From a52405e5c8eafa55656107ef73c3785779911462 Mon Sep 17 00:00:00 2001 From: Hamed Asghari Date: Tue, 26 Dec 2023 18:01:54 -0700 Subject: [PATCH] Bump version to 3.1.0 --- Gemfile.lock | 2 +- gemfiles/activerecord_6.1.0.gemfile.lock | 2 +- gemfiles/activerecord_7.0.0.gemfile.lock | 2 +- gemfiles/activerecord_7.1.0.gemfile.lock | 2 +- lib/table_saw/version.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 91ffb28..5ccc21e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - table_saw (3.0.0) + table_saw (3.1.0) activerecord (>= 6.0) pg thor diff --git a/gemfiles/activerecord_6.1.0.gemfile.lock b/gemfiles/activerecord_6.1.0.gemfile.lock index fbd9a66..a8470ae 100644 --- a/gemfiles/activerecord_6.1.0.gemfile.lock +++ b/gemfiles/activerecord_6.1.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - table_saw (3.0.0) + table_saw (3.1.0) activerecord (>= 6.0) pg thor diff --git a/gemfiles/activerecord_7.0.0.gemfile.lock b/gemfiles/activerecord_7.0.0.gemfile.lock index 363da7c..f77fe2e 100644 --- a/gemfiles/activerecord_7.0.0.gemfile.lock +++ b/gemfiles/activerecord_7.0.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - table_saw (3.0.0) + table_saw (3.1.0) activerecord (>= 6.0) pg thor diff --git a/gemfiles/activerecord_7.1.0.gemfile.lock b/gemfiles/activerecord_7.1.0.gemfile.lock index 8d94b87..ce8902c 100644 --- a/gemfiles/activerecord_7.1.0.gemfile.lock +++ b/gemfiles/activerecord_7.1.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - table_saw (3.0.0) + table_saw (3.1.0) activerecord (>= 6.0) pg thor diff --git a/lib/table_saw/version.rb b/lib/table_saw/version.rb index b31d52f..d52bec4 100644 --- a/lib/table_saw/version.rb +++ b/lib/table_saw/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TableSaw - VERSION = '3.0.0' + VERSION = '3.1.0' end