Update version to 0.7.1

This commit is contained in:
Juan Jose Comellas 2013-03-28 16:18:31 -03:00
parent 86058fbdca
commit 412ed1536b

View File

@ -1,7 +1,7 @@
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
{application, getopt,
[{description, "Command-line options parser for Erlang"},
{vsn, "0.7.0"},
{vsn, "0.7.1"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]}]}.