X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fversion.pm;h=7a3f14b2f5a7e7b6e3c849ec1cd0f5b5a18d0d28;hb=4c38808d92b95edd5d3bf512019007a1e4a385d9;hp=85be41d6872a6a1095b33ed9205d44300b797608;hpb=f34c6aafbe054cce2cb8b032aa4ab346b5feaf96;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/version.pm b/lib/version.pm index 85be41d6..7a3f14b 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS *qv); -$VERSION = "0.70"; +$VERSION = 0.73; $CLASS = 'version';