Update version to 0.8.1

This commit is contained in:
Juan Jose Comellas
2013-07-19 02:31:18 -03:00
parent ae940eb1f5
commit cb40b45bcc
2 changed files with 3 additions and 3 deletions
+1 -1
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.1"},
{vsn, "0.8.1"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]}]}.