From c7244af7d52905d5bb7e0915a17d1340908362cf Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Thu, 30 Aug 2018 12:17:59 -0700 Subject: [PATCH] Update Version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0135dc3..a3013f9 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Nerves.Network.Mixfile do def project do [ app: :nerves_network, - version: "0.3.7-rc0", + version: "0.3.7", elixir: "~> 1.4", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,