Skip to content

Commit

Permalink
Bump release number 44, 2.3.0.0, schedule fork 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Dec 14, 2020
1 parent 96ee973 commit 179c020
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/src/ar.hrl
Expand Up @@ -13,7 +13,7 @@
-define(CLIENT_VERSION, 5).

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

-define(DEFAULT_REQUEST_HEADERS,
[
Expand Down
2 changes: 1 addition & 1 deletion apps/arweave/src/ar_fork.erl
Expand Up @@ -53,5 +53,5 @@ height_2_3() ->
5.
-else.
height_2_3() ->
infinity.
591140. % Targeting 2020-12-21 11:00 UTC
-endif.
2 changes: 1 addition & 1 deletion apps/arweave/src/arweave.app.src
@@ -1,6 +1,6 @@
{application, arweave, [
{description, "Arweave"},
{vsn, "2.2.0.0"},
{vsn, "2.3.0.0"},
{mod, {ar, []}},
{applications, [
kernel,
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -11,7 +11,7 @@
]}.

{relx, [
{release, {arweave, "2.2.0.0"}, [
{release, {arweave, "2.3.0.0"}, [
{arweave, load},
ar_sqlite3,
b64fast,
Expand Down

0 comments on commit 179c020

Please sign in to comment.