Skip to content

Commit

Permalink
Bump RELEASE_NUMBER 39 => 40 for 2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Jun 15, 2020
1 parent 10507f9 commit fc46be0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/src/ar.hrl
Expand Up @@ -10,7 +10,7 @@
-define(CLIENT_VERSION, 5).

%% @doc The current build number -- incremented for every release.
-define(RELEASE_NUMBER, 39).
-define(RELEASE_NUMBER, 40).

-define(DEFAULT_REQUEST_HEADERS,
[
Expand Down
2 changes: 1 addition & 1 deletion apps/arweave/src/arweave.app.src
@@ -1,6 +1,6 @@
{application, arweave, [
{description, "Arweave"},
{vsn, "2.0.0.4"},
{vsn, "2.1.0.0"},
{applications, [
kernel,
stdlib,
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -11,7 +11,7 @@
]}.

{relx, [
{release, {arweave, "2.0.0.4"}, [
{release, {arweave, "2.1.0.0"}, [
arweave,
sasl,
os_mon,
Expand Down

0 comments on commit fc46be0

Please sign in to comment.