Skip to content

Commit

Permalink
Bump 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Jun 2, 2020
1 parent 77d470f commit fd56778
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/leo_gateway/priv/leo_gateway.schema
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"leo_gateway.system_version",
[
{datatype, string},
{default, "1.5.0"}
{default, "1.4.4"}
]}.


Expand Down
2 changes: 1 addition & 1 deletion apps/leo_manager/priv/leo_manager_0.schema
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"leo_manager.system_version",
[
{datatype, string},
{default, "1.5.0"}
{default, "1.4.4"}
]}.

%% @doc Mode of Manager: [master|slave]
Expand Down
2 changes: 1 addition & 1 deletion apps/leo_manager/priv/leo_manager_1.schema
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"leo_manager.system_version",
[
{datatype, string},
{default, "1.5.0"}
{default, "1.4.4"}
]}.

%% @doc Mode of Manager: [master, slave]
Expand Down
2 changes: 1 addition & 1 deletion apps/leo_storage/priv/leo_storage.schema
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"leo_storage.system_version",
[
{datatype, string},
{default, "1.5.0"}
{default, "1.4.4"}
]}.

%% @doc Path of object-container
Expand Down

0 comments on commit fd56778

Please sign in to comment.