From 60c89187430ab844565cf2cfdfcb2ac427dab5b4 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Sun, 28 May 2023 13:37:07 +0300 Subject: [PATCH] Bump version to 3.3.0 --- rebar.config | 2 +- src/aebytecode.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 29dce2d..5d0abd5 100644 --- a/rebar.config +++ b/rebar.config @@ -29,7 +29,7 @@ ]}. -{relx, [{release, {aebytecode, "3.2.0"}, +{relx, [{release, {aebytecode, "3.3.0"}, [aebytecode, eblake2, getopt]}, {dev_mode, true}, diff --git a/src/aebytecode.app.src b/src/aebytecode.app.src index ed34bb0..f4b4af1 100644 --- a/src/aebytecode.app.src +++ b/src/aebytecode.app.src @@ -1,6 +1,6 @@ {application, aebytecode, [{description, "Bytecode definitions, serialization and deserialization for aeternity."}, - {vsn, "3.2.0"}, + {vsn, "3.3.0"}, {registered, []}, {applications, [kernel, -- 2.30.2