Skip to content

Commit

Permalink
Modified for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Apr 29, 2019
1 parent ac0d40f commit b804770
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.4.3"}
{default, "1.5.0"}
]}.


Expand Down
2 changes: 1 addition & 1 deletion apps/leo_gateway/src/leo_gateway.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{application, leo_gateway,
[
{description, "LeoFS Gateway Server"},
{vsn, "1.4.3"},
{vsn, "1.5.0"},
{id, "leo_gateway"},
{registered, []},
{applications, [kernel, stdlib, crypto, ranch, asn1]},
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.4.3"}
{default, "1.5.0"}
]}.

%% @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.4.3"}
{default, "1.5.0"}
]}.

%% @doc Mode of Manager: [master, slave]
Expand Down
2 changes: 1 addition & 1 deletion apps/leo_manager/src/leo_manager.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{application, leo_manager,
[
{description, "LeoFS Manager"},
{vsn, "1.4.3"},
{vsn, "1.5.0"},
{id, "leo_manager"},
{registered, []},
{applications, [kernel, stdlib, crypto]},
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.4.3"}
{default, "1.5.0"}
]}.

%% @doc Path of object-container
Expand Down
2 changes: 1 addition & 1 deletion apps/leo_storage/src/leo_storage.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{application, leo_storage,
[
{description, "LEO Storage Server"},
{vsn, "1.4.3"},
{vsn, "1.5.0"},
{id, "leo_storage"},
{registered, []},
{applications, [kernel, stdlib, crypto, os_mon]},
Expand Down

0 comments on commit b804770

Please sign in to comment.