4.1
authorIvan Kohler <ivan@freeside.biz>
Wed, 17 Feb 2016 08:46:08 +0000 (00:46 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 17 Feb 2016 08:46:08 +0000 (00:46 -0800)
FS/FS.pm

index 3ec3f76..c8ab27e 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '4.0';
+$VERSION = '4.1~git';
 
 #find missing entries in this file with:
 # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done