Skip to content

Commit 685fc92

Browse files
author
Arjan Scherpenisse
committed
Bump version to 1.2.0
1 parent c6f25a7 commit 685fc92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.2.0

src/gen_smtp.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, gen_smtp, [
22
{description, "The extensible Erlang SMTP client and server library."},
3-
{vsn, "1.2.0-dev"},
3+
{vsn, "1.2.0"},
44
{applications, [kernel, stdlib, crypto, asn1, public_key, ssl, ranch]},
55
{registered, []},
66
{licenses, ["BSD-2-Clause"]},

0 commit comments

Comments
 (0)