Skip to content

Commit

Permalink
Don't use Git tags to identify release. (Breaking on install?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwilliams committed Apr 29, 2016
1 parent 07bf15d commit d950366
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ defmodule Blazon.Mixfile do
defp documentation_url, do: "https://github.com/mtwilliams/blazon"

defp version do
case System.cmd("git", ["describe", "--tags"], stderr_to_stdout: true) do
{tag, 0} ->
String.strip(tag)
_ ->
"0.0.0"
end
"0.1.3"
end

defp elixirc_paths(:test), do: ~w(test/support) ++ elixirc_paths
Expand Down

0 comments on commit d950366

Please sign in to comment.