Bump version to 1.0.0

This commit is contained in:
Juan Jose Comellas 2017-11-01 15:57:19 -03:00
parent 3db7b44b70
commit e1ccc252e1

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