Skip to content

Commit 144c68b

Browse files
committed
Release 2.9.5
1 parent 42332ef commit 144c68b

File tree

3 files changed

+267
-3
lines changed

3 files changed

+267
-3
lines changed

apps/arweave/src/arweave.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, arweave, [
22
{description, "Arweave"},
3-
{vsn, "2.9.5-alpha6"},
3+
{vsn, "2.9.5"},
44
{mod, {ar, []}},
55
{applications, [
66
kernel,

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]}.
3939

4040
{relx, [
41-
{release, {arweave, "2.9.5-alpha6"}, [
41+
{release, {arweave, "2.9.5"}, [
4242
{arweave, load},
4343
{recon, load},
4444
b64fast,
@@ -554,7 +554,7 @@
554554
no_inline
555555
]},
556556
{relx, [
557-
{release, {arweave, "2.9.5-alpha6"}, [
557+
{release, {arweave, "2.9.5"}, [
558558
{arweave, load},
559559
{recon, load},
560560
b64fast,

0 commit comments

Comments
 (0)