Skip to content

Commit

Permalink
Bump to 3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Nov 22, 2017
1 parent 197363e commit 81a5711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap
Expand Up @@ -24,7 +24,7 @@ main(_) ->
bootstrap_rebar3(),

%% Build rebar.app from rebar.app.src
{ok, App} = rebar_app_info:new(rebar, "3.4.6", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.4.7", filename:absname("_build/default/lib/rebar/")),
rebar_otp_app:compile(rebar_state:new(), App),

%% Because we are compiling files that are loaded already we want to silence
Expand Down
2 changes: 1 addition & 1 deletion pr2relnotes.sh
Expand Up @@ -13,7 +13,7 @@ awk -v url=$url '
/^commit / {mode="new"}
# merge commit default message
/ +Merge pull request/ {
mode=="new" && / +Merge pull request/ {
page_id=substr($4, 2, length($4)-1);
mode="started";
next;
Expand Down
2 changes: 1 addition & 1 deletion src/rebar.app.src
Expand Up @@ -3,7 +3,7 @@

{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "git"},
{vsn, "3.4.7"},
{modules, []},
{registered, []},
{applications, [kernel,
Expand Down

0 comments on commit 81a5711

Please sign in to comment.