From ad36ed1340092d04a9d7489d1bd7c9bd072133ce Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Tue, 6 Mar 2018 12:18:39 -0800 Subject: [PATCH] Bump version prep for rc release --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ea9c574..f566c80 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-dev", + version: "0.3.7-rc0", elixir: "~> 1.4", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,