bump version to 0.81 and prepare for release
[catagits/fcgi2.git] / perl / FCGI.pm
index 90ce926..2184e2f 100644 (file)
@@ -2,7 +2,7 @@ package FCGI;
 use strict;
 
 BEGIN {
-    our $VERSION = '0.80';
+    our $VERSION = '0.81';
 
     require XSLoader;
     XSLoader::load(__PACKAGE__, $VERSION);