deadtrickster / rebar3_archive_plugin

Create Erlang Code archives (.ez)
MIT License
5 stars 7 forks source link

evaluated VSN #2

Closed KunaPrime closed 3 years ago

KunaPrime commented 3 years ago

in app.src files VSN can be unevaluated (it for example can be {file, "filename"}), so taking VSN from .src file via rebar_app_info:original_vsn/1 is not ideal. Instead VSN should be taken from finished .app file via rebar_app_info:vsn/1

deadtrickster commented 3 years ago

Thanks