Skip to content

Commit

Permalink
storage: Fix leo_object_storage's version
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Feb 10, 2017
1 parent 2eb6de5 commit d5e8e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/leo_storage/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.9"}}},
{leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.2.5"}}},
{leo_mq, ".*", {git, "https://github.com/leo-project/leo_mq.git", {tag, "1.4.12"}}},
{leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.2.31"}}},
{leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.2.32"}}},
{leo_ordning_reda, ".*", {git, "https://github.com/leo-project/leo_ordning_reda.git", {tag, "1.2.4"}}},
{leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.32"}}},
{leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.12"}}},
Expand Down

0 comments on commit d5e8e4a

Please sign in to comment.