From d8312d9ed503dc4e1196264953f75477acfa9f23 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 25 Nov 2012 14:28:47 +0200 Subject: [PATCH] Bump version to 0.2.5 Signed-off-by: Toni Gundogdu --- bin/umph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/umph b/bin/umph index 04f9d4e..ef88e90 100755 --- a/bin/umph +++ b/bin/umph @@ -26,7 +26,7 @@ use strict; binmode STDOUT, ":utf8"; binmode STDERR, ":utf8"; -use version 0.77 (); our $VERSION = version->declare("0.2.4"); +use version 0.77 (); our $VERSION = version->declare("0.2.5"); use Getopt::ArgvFile(home => 1, startupFilename => [qw(.umphrc)]); use Getopt::Long qw(:config bundling); -- 2.11.4.GIT