From 8665e7ffe673acba63d415f120c7290ca0f6cda5 Mon Sep 17 00:00:00 2001 From: Ross Brandes Date: Fri, 15 Nov 2024 15:59:00 -0600 Subject: [PATCH] Bump version to 0.2.2 --- Gemfile.lock | 2 +- lib/good_migrations/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b67beb4..116e919 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - good_migrations (0.2.1) + good_migrations (0.2.2) activerecord (>= 3.1) railties (>= 3.1) diff --git a/lib/good_migrations/version.rb b/lib/good_migrations/version.rb index a1f3bfc..4c98da6 100644 --- a/lib/good_migrations/version.rb +++ b/lib/good_migrations/version.rb @@ -1,3 +1,3 @@ module GoodMigrations - VERSION = "0.2.1" + VERSION = "0.2.2" end