Skip to content

Commit 849e131

Browse files
committed
fix typo
1 parent 1d2010d commit 849e131

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
defmodule AtomicMap.Mixfile do
22
use Mix.Project
33

4-
@version = "0.5.0"
4+
@version "0.5.0"
55
def project do
66
[app: :atomic_map,
7-
version: version,
7+
version: @version,
88
elixir: "~> 1.2",
99
build_embedded: Mix.env == :prod,
1010
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)