Skip to content

Commit 2a0a397

Browse files
authored
Bump version to 3.2.0 (#112)
* Bump version to 3.2.0 * Bump version in rebar.config
1 parent 093bcd6 commit 2a0a397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]}.
3030

3131

32-
{relx, [{release, {aebytecode, "2.0.1"},
32+
{relx, [{release, {aebytecode, "3.2.0"},
3333
[aebytecode, eblake2, getopt]},
3434

3535
{dev_mode, true},

src/aebytecode.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, aebytecode,
22
[{description, "Bytecode definitions, serialization and deserialization for aeternity."},
3-
{vsn, "3.1.1"},
3+
{vsn, "3.2.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)