Skip to content

Commit

Permalink
Bump release number 77, 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Jan 27, 2025
1 parent cbabf5d commit 5085315
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/include/ar.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
-define(CLIENT_VERSION, 5).

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

-define(DEFAULT_REQUEST_HEADERS,
[
Expand Down
2 changes: 1 addition & 1 deletion apps/arweave/src/arweave.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, arweave, [
{description, "Arweave"},
{vsn, "2.9.0-early-adopter"},
{vsn, "2.9.1"},
{mod, {ar, []}},
{applications, [
kernel,
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]}.

{relx, [
{release, {arweave, "2.9.0-early-adopter"}, [
{release, {arweave, "2.9.1"}, [
{arweave, load},
{recon, load},
b64fast,
Expand Down Expand Up @@ -503,7 +503,7 @@
no_inline
]},
{relx, [
{release, {arweave, "2.9.0-early-adopter"}, [
{release, {arweave, "2.9.1"}, [
{arweave, load},
{recon, load},
b64fast,
Expand Down

0 comments on commit 5085315

Please sign in to comment.