Skip to content

Commit

Permalink
Bump leofs to 1.4.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Dec 28, 2017
1 parent f375dfb commit 2f715cb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.3.8"}
{default, "1.4.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 @@ -23,7 +23,7 @@
{application, leo_gateway,
[
{description, "LeoFS Gateway Server"},
{vsn, "1.3.8"},
{vsn, "1.4.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.3.8"}
{default, "1.4.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.3.8"}
{default, "1.4.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 @@ -23,7 +23,7 @@
{application, leo_manager,
[
{description, "LeoFS Manager"},
{vsn, "1.3.8"},
{vsn, "1.4.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.3.8"}
{default, "1.4.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 @@ -23,7 +23,7 @@
{application, leo_storage,
[
{description, "LEO Storage Server"},
{vsn, "1.3.8"},
{vsn, "1.4.0"},
{id, "leo_storage"},
{registered, []},
{applications, [kernel, stdlib, crypto, os_mon]},
Expand Down
2 changes: 1 addition & 1 deletion leofs.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LEOFS_VERSION=1.3.8
LEOFS_VERSION=1.4.0

0 comments on commit 2f715cb

Please sign in to comment.