Skip to content

Commit

Permalink
Bump release number 60, 2.6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Berman committed Apr 13, 2023
1 parent 67a8f5a commit 4e3c10e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/include/ar.hrl
Expand Up @@ -29,7 +29,7 @@
-define(CLIENT_VERSION, 5).

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

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

{relx, [
{release, {arweave, "2.6.5.0"}, [
{release, {arweave, "2.6.6.0"}, [
{arweave, load},
ar_sqlite3,
b64fast,
Expand Down

0 comments on commit 4e3c10e

Please sign in to comment.