From df9647304f341a078236fc71013a8cfa5d90987d Mon Sep 17 00:00:00 2001 From: Eric Merritt Date: Sun, 16 Jan 2011 15:28:13 -0600 Subject: [PATCH] version bump to 0.3.1 --- ebin/getopt.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}]}.