Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Rigby committed Dec 10, 2017
1 parent 2c0f13e commit 412a332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.3.5-dev
## v0.3.5

* Enhancements
* Fix reporting of unhandled DHCP events.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Nerves.Network.Mixfile do

def project do
[app: :nerves_network,
version: "0.3.5-dev",
version: "0.3.5",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 412a332

Please sign in to comment.