Skip to content

Commit

Permalink
Update version numbers for 0.7.0 release (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
brienw authored and rjanja committed Feb 6, 2018
1 parent 48f3233 commit a94df35
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 @@ -15,7 +15,7 @@ add additional support.
```
def deps do
[{:distillery, "~> 1.5"},
{:bootleg, "~> 0.6"}]
{:bootleg, "~> 0.7"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Bootleg.Mixfile do
use Mix.Project

@version "0.6.0"
@version "0.7.0"
@source "https://github.com/labzero/bootleg"
@homepage "https://labzero.github.io/bootleg/"

Expand Down

0 comments on commit a94df35

Please sign in to comment.