Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Renat Idrisov committed Aug 17, 2015
1 parent d244919 commit cb217d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/rel/reltool.config
Expand Up @@ -4,7 +4,7 @@
{lib_dirs, ["../apps", "../deps"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "mzbench", "0.3.3",
{rel, "mzbench", "0.3.6",
[
kernel,
stdlib,
Expand Down
2 changes: 1 addition & 1 deletion server/rel/reltool.config
Expand Up @@ -4,7 +4,7 @@
{lib_dirs, ["../deps"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "mzbench_api", "0.3.3",
{rel, "mzbench_api", "0.3.6",
[
kernel,
stdlib,
Expand Down
2 changes: 1 addition & 1 deletion workers/exec/src/exec_worker.app.src
Expand Up @@ -2,7 +2,7 @@
{application, exec_worker,
[
{description, "Mz-bench exec-worker"},
{vsn, "0.3.3"},
{vsn, "0.3.6"},
{applications, [
kernel,
stdlib
Expand Down

0 comments on commit cb217d0

Please sign in to comment.