Skip to content

Commit 0113b6f

Browse files
committed
Add VERSION to mix.exs
1 parent 4ac173a commit 0113b6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ defmodule GraphqlQuery.MixProject do
5656
"native/graphql_query_native/src/**/*.rs",
5757
"checksum-*.exs",
5858
"mix.exs",
59-
"README.md"
59+
"README.md",
60+
"VERSION"
6061
],
6162
licenses: ["Beerware"],
6263
links: %{"GitHub" => @source_url},

0 commit comments

Comments
 (0)