From e0f3ddcbb1edda0f171f5eb5392724e7622c3ded Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Jul 2009 17:57:02 +0200 Subject: Release v0.1 --- lib/Simplestore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Simplestore.pm') diff --git a/lib/Simplestore.pm b/lib/Simplestore.pm index b4446e5..0a5955f 100644 --- a/lib/Simplestore.pm +++ b/lib/Simplestore.pm @@ -10,7 +10,7 @@ our (@ISA, @EXPORT, $VERSION); require Exporter; @ISA = ('Exporter'); @EXPORT = (); -$VERSION = '1.0'; +$VERSION = '0.1'; sub load { my $file = shift; -- cgit v1.2.3