Skip to content

Commit

Permalink
Merge branch 'release/0.4.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Nov 28, 2016
2 parents 6f1471d + da9c8c9 commit 85aaf00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{require_otp_vsn, "R16B*|17|18|19"}.

{deps, [
{savanna_commons, ".*", {git, "https://github.com/leo-project/savanna_commons.git", {tag, "0.10.2"}}}
{savanna_commons, ".*", {git, "https://github.com/leo-project/savanna_commons.git", {tag, "0.10.3"}}}
]}.

{erl_opts, [{d, 'NOTEST'},
Expand Down
2 changes: 1 addition & 1 deletion src/savanna_agent.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{application, savanna_agent,
[
{description, "Savanna Agent"},
{vsn, "0.4.16"},
{vsn, "0.4.17"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 85aaf00

Please sign in to comment.