diff options
Diffstat (limited to '')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -89,8 +89,9 @@ defmodule LSG.Mixfile do Mix.env() == :prod -> "" true -> "." <> to_string(Mix.env()) end + build_date_tag = Timex.format!(DateTime.utc_now(), ".build%y%m%d@%H%M", :strftime) - v <> "+" <> info <> env + v <> "+" <> info <> env <> <> build_date_tag end end |