Closed KunaPrime closed 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
rebar_app_info:original_vsn/1
rebar_app_info:vsn/1
Thanks
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 viarebar_app_info:vsn/1