Skip to content

Commit

Permalink
bump version in mix.exs to 1.2.4 to publish new version (prior to RBAC)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jul 17, 2020
1 parent 631c4c8 commit 3954b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Auth.Mixfile do
def project do
[
app: :auth,
version: "1.2.3",
elixir: "~> 1.9",
version: "1.2.4",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit 3954b1d

Please sign in to comment.