From 4b42e42751102b73308cd0698edf0372f069ab8b Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Fri, 18 May 2018 13:22:03 +0200 Subject: [PATCH] Bumps version --- README.md | 2 +- lib/dotenv_rails_db_tasks_fix/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9997141..d58de96 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ #### Fix for the issue when ActiveRecord `rake db:*` tasks are magically executed in both developement and test environments, but environment variables loaded via `dotenv` are not picking up the change. -*You are viewing the README of version [v0.2.0](https://github.com/thisismydesign/dotenv_rails_db_tasks_fix/releases/tag/v0.2.0). You can find other releases [here](https://github.com/thisismydesign/dotenv_rails_db_tasks_fix/releases).* +*You are viewing the README of version [v0.2.1](https://github.com/thisismydesign/dotenv_rails_db_tasks_fix/releases/tag/v0.2.1). You can find other releases [here](https://github.com/thisismydesign/dotenv_rails_db_tasks_fix/releases).* | Branch | Status | | ------ | ------ | diff --git a/lib/dotenv_rails_db_tasks_fix/version.rb b/lib/dotenv_rails_db_tasks_fix/version.rb index f671c0b..6b8b0a4 100644 --- a/lib/dotenv_rails_db_tasks_fix/version.rb +++ b/lib/dotenv_rails_db_tasks_fix/version.rb @@ -1,3 +1,3 @@ module DotenvRailsDbTasksFix - VERSION = "0.2.0" + VERSION = "0.2.1" end