about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-02-08 02:25:19 +0000
committerEric Wong <e@80x24.org>2018-02-08 02:25:40 +0000
commitcb7c42b1e15577ed2215356a2bf925aef59cdd8d (patch)
tree422ce95032ac1dafb6190ff84db5fdfa786ea107 /Makefile.PL
parent6aa13f4f41278ce6e694b1b5b736c1abf79e613b (diff)
downloadpublic-inbox-cb7c42b1e15577ed2215356a2bf925aef59cdd8d.tar.gz
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.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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,