From 4ac1cc83ec1a9913448dc9e98a5e74422fd782f8 Mon Sep 17 00:00:00 2001 From: Derrik Pates Date: Tue, 20 Mar 2012 19:42:23 -0600 Subject: [PATCH] Increment version number, to be ready for a new release. --- Fuse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fuse.pm b/Fuse.pm index f1061ea..53ac109 100755 --- a/Fuse.pm +++ b/Fuse.pm @@ -28,7 +28,7 @@ our %EXPORT_TAGS = ( our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = (); -our $VERSION = '0.14'; +our $VERSION = '0.15'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() -- 2.20.1