Skip to content

Commit

Permalink
♻️ Add @Version variable to mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Apr 6, 2024
1 parent 79e7a84 commit a8acd33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Expand Up @@ -2,11 +2,12 @@ defmodule Cloak.Mixfile do
use Mix.Project

@source_url "https://github.com/danielberkompas/cloak"
@version "1.1.2"

def project do
[
app: :cloak,
version: "1.1.2",
version: @version,
elixir: "~> 1.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit a8acd33

Please sign in to comment.