Skip to content

Commit

Permalink
Bump RELEASE_NUMBER 36 => 37 for 2.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Apr 14, 2020
1 parent 7662afe commit ef06607
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, 36).
-define(RELEASE_NUMBER, 37).

-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.1"},
{vsn, "2.0.0.2"},
{applications, [
kernel,
stdlib,
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -10,7 +10,7 @@
]}.

{relx, [
{release, {arweave, "2.0.0.1"}, [
{release, {arweave, "2.0.0.2"}, [
arweave,
sasl,
os_mon,
Expand Down

0 comments on commit ef06607

Please sign in to comment.