Skip to content

Commit 20d9c99

Browse files
author
David Staehler
committed
Move version into mix.exs file
1 parent f283227 commit 20d9c99

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Vaultex.Mixfile do
44
def project do
55
[
66
app: :vaultex,
7-
version: String.trim(File.read!("VERSION")),
7+
version: "0.12.6",
88
elixir: "~> 1.5",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,
@@ -51,7 +51,7 @@ defmodule Vaultex.Mixfile do
5151
defp package do
5252
# These are the default files included in the package
5353
[
54-
files: ["lib", "mix.exs", "README*", "VERSION", "CHANGELOG.md"],
54+
files: ["lib", "mix.exs", "README*", "CHANGELOG.md"],
5555
maintainers: ["[email protected]"],
5656
licenses: ["Apache 2.0"],
5757
links: %{"GitHub" => "https://github.com/findmypast/vaultex"}

0 commit comments

Comments
 (0)