Skip to content

Commit

Permalink
Bump release number 54, 2.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Berman committed Feb 10, 2023
1 parent 1d4ba2d commit f978716
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/include/ar.hrl
Expand Up @@ -17,7 +17,7 @@
-define(CLIENT_VERSION, 5).

%% The current build number -- incremented for every release.
-define(RELEASE_NUMBER, 53).
-define(RELEASE_NUMBER, 54).

-define(DEFAULT_REQUEST_HEADERS,
[
Expand Down
2 changes: 1 addition & 1 deletion apps/arweave/src/ar_fork.erl
Expand Up @@ -87,5 +87,5 @@ height_2_6() ->
0.
-else.
height_2_6() ->
infinity.
1132210. % Targeting 2023-03-06 14: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.5.3.0"},
{vsn, "2.6.0.0"},
{mod, {ar, []}},
{applications, [
kernel,
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -24,7 +24,7 @@
]}.

{relx, [
{release, {arweave, "2.5.3.0"}, [
{release, {arweave, "2.6.0.0"}, [
{arweave, load},
ar_sqlite3,
b64fast,
Expand Down

0 comments on commit f978716

Please sign in to comment.