From 773b090ed0b7da0d7b3fc8c446a0ee0347fbedfc Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 23 Apr 2012 21:28:25 +0300 Subject: [PATCH] Bump version to 0.2.2 --- bin/umph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/umph b/bin/umph index 2fd57d1..10ab582 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.1"); +use version 0.77 (); our $VERSION = version->declare("0.2.2"); use Getopt::ArgvFile(home => 1, startupFilename => [qw(.umphrc)]); use Getopt::Long qw(:config bundling); -- 2.11.4.GIT