Fixing up a regexp to stop a trivial warn
[koha.git] / kohaversion.pl
index 381bc45..0ddf98e 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.131';
+    our $VERSION = '3.03.00.002';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install