From: Alex S Date: Sun, 16 Jun 2019 03:48:15 +0000 (+0800) Subject: no print version to the shell X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=451593f45e517db5ef81af0d3ec94c206a5e3bcd;p=akkoma no print version to the shell --- diff --git a/mix.exs b/mix.exs index a52debc91..93f2d8476 100644 --- a/mix.exs +++ b/mix.exs @@ -215,12 +215,8 @@ defmodule Pleroma.Mixfile do "-" <> branch_name end - full_version = - [version, git_pre_release, branch_name, build] - |> Enum.filter(fn string -> string && string != "" end) - |> Enum.join() - - Mix.shell().info("Project version: #{full_version}") - full_version + [version, git_pre_release, branch_name, build] + |> Enum.filter(fn string -> string && string != "" end) + |> Enum.join() end end