Update version to 0.7.0

This commit is contained in:
Juan Jose Comellas 2013-01-25 15:33:23 -03:00
parent 94fb57a247
commit 346c766b8c

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.6.0"},
{vsn, "0.7.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]}]}.