Skip to content

Commit

Permalink
Bump RELEASE_NUMBER 40 => 41 for 2.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Jun 18, 2020
1 parent a5fa433 commit e9aa880
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, 40).
-define(RELEASE_NUMBER, 41).

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

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

0 comments on commit e9aa880

Please sign in to comment.