From: Eric Wong <e@80x24.org>
Date: Thu, 8 Feb 2018 02:25:19 +0000 (+0000)
Subject: public-inbox 1.0.0
X-Git-Tag: v1.0.0^0
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=cb7c42b1e15577ed2215356a2bf925aef59cdd8d;p=public-inbox.git

public-inbox 1.0.0

Might as well, this release is mostly to serve as a checkpoint
for the start of new development on v2 stuff mentioned in the
TODO.
---

diff --git a/Makefile.PL b/Makefile.PL
index 4f80c837..f085ebc9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,7 @@ $PM_FILES =~ tr/\n/ /;
 
 WriteMakefile(
 	NAME => 'PublicInbox',
-	VERSION => '0.0.0',
+	VERSION => '1.0.0',
 	AUTHOR => 'Eric Wong <e@80x24.org>',
 	ABSTRACT => 'public-inbox server infrastructure',
 	EXE_FILES => \@EXE_FILES,