Skip to content

Commit 55fd740

Browse files
committed
🔧 mix: Actually use the version/0 function for versioning
1 parent 0a78f51 commit 55fd740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule ExUnion.MixProject do
66
def project do
77
[
88
app: :ex_union,
9-
version: "0.1.0",
9+
version: version(),
1010
elixir: "~> 1.10",
1111
preferred_cli_env: [
1212
coveralls: :test,

0 commit comments

Comments
 (0)