Merge branch 'master' of github.com:dpavlin/perl-fuse
authorDerrik Pates <demon@now.ai>
Mon, 1 Aug 2011 16:36:33 +0000 (10:36 -0600)
committerDerrik Pates <demon@now.ai>
Mon, 1 Aug 2011 16:36:33 +0000 (10:36 -0600)
Fuse.pm

diff --git a/Fuse.pm b/Fuse.pm
index 708fedf..49f3588 100755 (executable)
--- 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()