From d56b5978d9e88d1c945a02aa356a929233d8d7af Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 17 Feb 2011 01:08:02 +0200 Subject: [PATCH] Bump version to 0.0.6 --- bin/gcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gcap b/bin/gcap index 1c72f4f..12e6ead 100755 --- a/bin/gcap +++ b/bin/gcap @@ -24,7 +24,7 @@ use strict; binmode STDOUT, ":utf8"; binmode STDERR, ":utf8"; -use version 0.77 (); our $VERSION = version->declare("0.0.5"); +use version 0.77 (); our $VERSION = version->declare("0.0.6"); use Getopt::ArgvFile( home => 1, startupFilename => [qw(.gcaprc)] ); use Getopt::Long qw(:config bundling); -- 2.11.4.GIT