Skip to content

Commit 5f4baee

Browse files
committed
Version 0.9.0
1 parent 56932d4 commit 5f4baee

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
@@ -20,7 +20,7 @@ add additional support.
2020
```
2121
def deps do
2222
[{:distillery, "~> 2.0", runtime: false},
23-
{:bootleg, "~> 0.8", runtime: false}]
23+
{:bootleg, "~> 0.9", runtime: false}]
2424
end
2525
```
2626

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.8.1"
4+
@version "0.9.0"
55
@source "https://github.com/labzero/bootleg"
66
@homepage "https://labzero.github.io/bootleg/"
77

0 commit comments

Comments
 (0)