From 0bd83a71c5fc0a86ad407d2d5a698a5d740a3f5f Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 5 Nov 2011 12:18:24 +0200 Subject: [PATCH] Bump version to 0.1.1 --- bin/gcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gcap b/bin/gcap index fb45378..57ebbb7 100755 --- a/bin/gcap +++ b/bin/gcap @@ -26,7 +26,7 @@ use strict; binmode STDOUT, ":utf8"; binmode STDERR, ":utf8"; -use version 0.77 (); our $VERSION = version->declare("0.1.0"); +use version 0.77 (); our $VERSION = version->declare("0.1.1"); use Getopt::ArgvFile(home => 1, startupFilename => [qw(.gcaprc)]); use Getopt::Long qw(:config bundling); -- 2.11.4.GIT