diff --git a/src/getopt.app.src b/src/getopt.app.src index e3c9b87..ece82fa 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.1"}, + {vsn, "0.5.2"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]}]}.