Skip to content

Commit

Permalink
Use moduletag for version
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed May 26, 2024
1 parent 223c14a commit e879047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule EctoEmail.MixProject do
use Mix.Project

@scm_url "https://github.com/synchronal/ecto_email"
@version "1.0.0"

def application,
do: [
Expand Down Expand Up @@ -31,7 +32,7 @@ defmodule EctoEmail.MixProject do
package: package(),
source_url: @scm_url,
start_permanent: Mix.env() == :prod,
version: "1.0.0"
version: @version
]

# # #
Expand Down

0 comments on commit e879047

Please sign in to comment.