Skip to content

Commit

Permalink
Use Ecto 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jul 27, 2016
1 parent 4193cb5 commit e097a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecto.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To add Ecto to this application, there are a few steps that we need to take. The
```elixir
defp deps do
[
{:ecto, "2.0.0-beta.2"},
{:ecto, "2.0.1"},
{:postgrex, "0.11.1"}
]
end
Expand Down

0 comments on commit e097a88

Please sign in to comment.