Skip to content

Commit a94df35

Browse files
brienwrjanja
authored andcommitted
Update version numbers for 0.7.0 release (#210)
1 parent 48f3233 commit a94df35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add additional support.
1515
```
1616
def deps do
1717
[{:distillery, "~> 1.5"},
18-
{:bootleg, "~> 0.6"}]
18+
{:bootleg, "~> 0.7"}]
1919
end
2020
```
2121

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Bootleg.Mixfile do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.7.0"
55
@source "https://github.com/labzero/bootleg"
66
@homepage "https://labzero.github.io/bootleg/"
77

0 commit comments

Comments
 (0)