diff --git a/src/getopt.app.src b/src/getopt.app.src index cccaa44..e3c9b87 100644 --- a/src/getopt.app.src +++ b/src/getopt.app.src @@ -1,7 +1,7 @@ %% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*- {application, getopt, [{description, "Command-line options parser for Erlang"}, - {vsn, "0.5.0"}, + {vsn, "0.5.1"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]}]}.