summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/CatalystX/Dispatcher/AsGraph.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CatalystX/Dispatcher/AsGraph.pm b/lib/CatalystX/Dispatcher/AsGraph.pm
index e7bf94b..c86a8c6 100644
--- a/lib/CatalystX/Dispatcher/AsGraph.pm
+++ b/lib/CatalystX/Dispatcher/AsGraph.pm
@@ -2,7 +2,7 @@ use MooseX::Declare;
 use Graph::Easy;
 use UNIVERSAL::require;
 
-our $VERSION = '0.1';
+our $VERSION = '0.01';
 
 class CatalystX::Dispatcher::AsGraph {