Skip to content

Commit

Permalink
fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienmo committed Mar 12, 2018
1 parent 60f9d4c commit 0c9c1ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.9
0.5.11
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
defmodule EredisCluster.Mixfile do
use Mix.Project

@version File.read!("VERSION") |> String.strip
@version File.read!("VERSION") |> String.trim

def project do
[app: :eredis_cluster,
version: @version,
description: "An erlang wrapper for eredis library to support cluster mode",
package: package,
deps: deps]
package: package(),
deps: deps()]
end

def application do
Expand Down

0 comments on commit 0c9c1ec

Please sign in to comment.