Packages

Provider for generate the version from git.

Current section

Files

Jump to
rebar3_git_vsn src rebar3_git_vsn.app.src
Raw

src/rebar3_git_vsn.app.src

{application,rebar3_git_vsn,
[{description,"Provider for generate the version from git."},
{vsn,"1.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{maintainers,["Hinagiku Soranoba"]},
{licenses,["MIT"]},
{links,[{"GitHub",
"https://github.com/soranoba/rebar3_git_vsn"}]},
{env,[]}]}.