Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed May 18, 2018
1 parent 418c79b commit 4b42e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------ | ------ |
Expand Down
2 changes: 1 addition & 1 deletion lib/dotenv_rails_db_tasks_fix/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DotenvRailsDbTasksFix
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 4b42e42

Please sign in to comment.