diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 7b57ec3..3325fe8 100644 --- a/rebar.config +++ b/rebar.config @@ -1,9 +1,9 @@ {relx, [ {release, - {cdapbroker,"4.0.9"}, + {cdapbroker,"4.0.10"}, [cdapbroker] }, - %{extend_start_script,true}, + {extended_start_script, true}, % %for the following two fancyiness see https://www.rebar3.org/docs/releases %Supply our own vm.args |