diff --git a/ebin/getopt.app b/ebin/getopt.app index 480b879..1f6a4ac 100644 --- a/ebin/getopt.app +++ b/ebin/getopt.app @@ -2,7 +2,7 @@ {application, getopt, [{description, "Options parser for Erlang"}, - {vsn, "0.3.0"}, + {vsn, "0.3.1"}, {modules, [getopt]}, {registered, []}, {applications, [kernel, stdlib]}]}.