diff --git a/Gemfile.lock b/Gemfile.lock index f56ac62..1a39d87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pg_easy_replicate (0.2.5) + pg_easy_replicate (0.2.6) ougai (~> 2.0.0) pg (~> 1.5.3) sequel (>= 5.69, < 5.82) diff --git a/lib/pg_easy_replicate/version.rb b/lib/pg_easy_replicate/version.rb index e96b4a5..942a9b4 100644 --- a/lib/pg_easy_replicate/version.rb +++ b/lib/pg_easy_replicate/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PgEasyReplicate - VERSION = "0.2.5" + VERSION = "0.2.6" end