bump version
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton / Role / Meta / Instance.pm
index aa88684..cddc776 100644 (file)
@@ -2,6 +2,9 @@ package MooseX::Singleton::Role::Meta::Instance;
 use Moose::Role;
 use Scalar::Util 'weaken';
 
+our $VERSION = '0.23';
+$VERSION = eval $VERSION;
+
 sub get_singleton_instance {
     my ( $self, $instance ) = @_;