From 4e6da06f02f73f8dc16e9c72516fcaee47a3001d Mon Sep 17 00:00:00 2001 From: Hamed Asghari Date: Fri, 10 Jan 2020 15:16:32 -0700 Subject: [PATCH] Bump version for release --- Gemfile.lock | 2 +- lib/table_saw/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6a20d65..5148aeb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - table_saw (2.4.1) + table_saw (2.4.2) activerecord (>= 5.2) pg thor diff --git a/lib/table_saw/version.rb b/lib/table_saw/version.rb index 83e4d41..6775697 100644 --- a/lib/table_saw/version.rb +++ b/lib/table_saw/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TableSaw - VERSION = '2.4.1' + VERSION = '2.4.2' end