Makefile.PL | 2 +- diff --git a/Makefile.PL b/Makefile.PL index f085ebc93af8e93fa3a9a8280add050fde1bd251..a47e17bc4ad9157460f1a089c823c40d5fbffac4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ $PM_FILES =~ tr/\n/ /; WriteMakefile( NAME => 'PublicInbox', - VERSION => '1.0.0', + VERSION => '1.1.0-pre1', AUTHOR => 'Eric Wong ', ABSTRACT => 'public-inbox server infrastructure', EXE_FILES => \@EXE_FILES,