From 6ddf645b8b857181eabcc2e546b5762baddf5fa1 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 1 Aug 2011 17:45:06 +0200 Subject: [PATCH] bump version to 0.14 --- Fuse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fuse.pm b/Fuse.pm index 708fedf..49f3588 100755 --- a/Fuse.pm +++ b/Fuse.pm @@ -27,7 +27,7 @@ our %EXPORT_TAGS = ( our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = (); -our $VERSION = '0.13'; +our $VERSION = '0.14'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() -- 2.20.1