Skip to content

Commit

Permalink
Bump release number 43, 2.2.0.0, schedule fork 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Oct 12, 2020
1 parent 355f409 commit 7c249f5
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 @@ -10,7 +10,7 @@
-define(CLIENT_VERSION, 5).

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

-define(DEFAULT_REQUEST_HEADERS,
[
Expand Down
2 changes: 1 addition & 1 deletion apps/arweave/src/ar_fork.erl
Expand Up @@ -45,5 +45,5 @@ height_2_2() ->
5.
-else.
height_2_2() ->
infinity.
552180. % Targeting 2020-10-21 13: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.1.0.2"},
{vsn, "2.2.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.1.0.2"}, [
{release, {arweave, "2.2.0.0"}, [
{arweave, load},
ar_sqlite3,
b64fast,
Expand Down

0 comments on commit 7c249f5

Please sign in to comment.