From: Yuval Kogman Date: Tue, 17 Jun 2008 01:58:23 +0000 (+0000) Subject: version bump to 0.05 X-Git-Tag: 0.19~319 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6af45c5e08220ae5a1577d8cfed568bcb7b081f8;p=gitmo%2FMouse.git version bump to 0.05 --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 22d8b2d..ae3a0b7 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ package Mouse; use strict; use warnings; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use 5.006; use Sub::Exporter;