Skip to content

Commit

Permalink
Bump release number 75, 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Nov 29, 2024
1 parent f43aa40 commit 6ad4bc8
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
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, 74).
-define(RELEASE_NUMBER, 75).

-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.8.2"},
{vsn, "2.8.3"},
{mod, {ar, []}},
{applications, [
kernel,
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]}.

{relx, [
{release, {arweave, "2.8.2"}, [
{release, {arweave, "2.8.3"}, [
{arweave, load},
{recon, load},
b64fast,
Expand Down

0 comments on commit 6ad4bc8

Please sign in to comment.