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