aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-11-24 10:16:06 -0700
committerkballou <kballou@devnulllabs.io>2017-11-24 10:22:44 -0700
commit9bae951c555f9c25876968fa98853253b7007a0f (patch)
tree9bdae36c1344d5c9d4d667bb218b729340d0ed90 /mix.exs
parent3af086d168975a4122cee80c955da03516f55571 (diff)
downloadoctonetcat-9bae951c555f9c25876968fa98853253b7007a0f.tar.gz
octonetcat-9bae951c555f9c25876968fa98853253b7007a0f.tar.xz
Level up the Echo Server0.3.0
This should enable the upgrade process to retain connections - Replace our simple task supervisor with a custom `simple_one_for_one` supervisor - Upgrade the echo server to use a `GenServer` behaviour
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index e96830b..954f1ec 100644
--- a/mix.exs
+++ b/mix.exs
@@ -6,7 +6,7 @@ defmodule Octonetcat.Mixfile do
app: :octonetcat,
description: "Demo Echo Server Application",
package: package(),
- version: "0.2.1",
+ version: "0.3.0",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
docs: docs(),