diff --git a/Gemfile.lock b/Gemfile.lock index ec31cb9..bb916a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - safe-pg-migrations (3.1.0) + safe-pg-migrations (3.1.1) activerecord (>= 6.1) activesupport (>= 6.1) diff --git a/lib/safe-pg-migrations/version.rb b/lib/safe-pg-migrations/version.rb index f1c5fca..b005c7a 100644 --- a/lib/safe-pg-migrations/version.rb +++ b/lib/safe-pg-migrations/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SafePgMigrations - VERSION = '3.1.0' + VERSION = '3.1.1' end