[Bps-public-commit] storage-box branch, fix-debug-level-issue, created. 7a07b3a1f74ad1b456aabe8bfcc60866a5467ee5
Dave Goehrig
dave at bestpractical.com
Mon Sep 26 15:46:35 EDT 2016
The branch, fix-debug-level-issue has been created
at 7a07b3a1f74ad1b456aabe8bfcc60866a5467ee5 (commit)
- Log -----------------------------------------------------------------
commit 7a07b3a1f74ad1b456aabe8bfcc60866a5467ee5
Author: root <dave at bestpractical.com>
Date: Mon Sep 26 19:45:42 2016 +0000
fixed the debug level issue
diff --git a/META.json b/META.json
index 11ca7a5..81f61d2 100644
--- a/META.json
+++ b/META.json
@@ -55,7 +55,7 @@
}
},
"release_status" : "stable",
- "version" : "0.01",
+ "version" : "0.03",
"x_contributors" : [
"Dave Goehrig <dave at bestpractical.com>"
],
diff --git a/lib/Storage/Box.pm b/lib/Storage/Box.pm
index 913c1b7..6015436 100644
--- a/lib/Storage/Box.pm
+++ b/lib/Storage/Box.pm
@@ -10,7 +10,7 @@ use Storage::Box::File;
use Storage::Box::Folder;
use Storage::Box::Logger;
-our $VERSION = '0.01';
+our $VERSION = '0.03';
our $logger = Storage::Box::Logger::logger;
=pod
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list