Skip to content

Commit

Permalink
Release 2.9.5-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Mar 9, 2025
1 parent 9831db8 commit 8d89a9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/include/ar.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
-define(CLIENT_VERSION, 5).

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

-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.4"},
{vsn, "2.9.5-alpha1"},
{mod, {ar, []}},
{applications, [
kernel,
Expand Down
4 changes: 2 additions & 2 deletions bin/arweave
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ SYSTEM_NAME="$(uname -s)"
RELEASE_ROOT_DIR="$(cd "${SCRIPT_DIR}/.." && pwd -P)"
# Make the value available to variable substitution calls below
export REL_NAME="arweave"
REL_VSN="2.9.4"
REL_VSN="2.9.5-alpha1"

# export these to match mix release environment variables
export RELEASE_NAME="arweave"
export RELEASE_VSN="2.9.4"
export RELEASE_VSN="2.9.5-alpha1"
export RELEASE_GIT_REV="f5642b0fdab3f2a82a80d107ea6878bb85a7617e"
export RELEASE_DATETIME="2025-03-06T14:22:51Z"
export RELEASE_ERTS="12.2.1"
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]}.

{relx, [
{release, {arweave, "2.9.4"}, [
{release, {arweave, "2.9.5-alpha1"}, [
{arweave, load},
{recon, load},
b64fast,
Expand Down Expand Up @@ -519,7 +519,7 @@
no_inline
]},
{relx, [
{release, {arweave, "2.9.4"}, [
{release, {arweave, "2.9.5-alpha1"}, [
{arweave, load},
{recon, load},
b64fast,
Expand Down

0 comments on commit 8d89a9f

Please sign in to comment.