Skip to content

Commit

Permalink
chore: fix version number declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 13, 2020
1 parent 48cd003 commit 69d62fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
defmodule Spandex.Mixfile do
use Mix.Project

@version "2.4.2"

def project do
[
app: :spandex,
version: "2.4.1",
version: @version,
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 69d62fe

Please sign in to comment.