aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-11-24 10:03:09 -0700
committerkballou <kballou@devnulllabs.io>2017-11-24 10:03:09 -0700
commit3af086d168975a4122cee80c955da03516f55571 (patch)
tree0d8c2e22323c723a2a2e4ffd9221c32136b14c65 /mix.exs
parentcc67e8e9c1de34bcb2f1f2b84d96aca253b2ae08 (diff)
downloadoctonetcat-3af086d168975a4122cee80c955da03516f55571.tar.gz
octonetcat-3af086d168975a4122cee80c955da03516f55571.tar.xz
Add better error handling in echo server0.2.1
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 16818d9..e96830b 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.0",
+ version: "0.2.1",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
docs: docs(),