Bug 7069: Put strings in "" instead of '' to fix the javascript not working when...
[koha.git] / kohaversion.pl
index 5b72642..9075247 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.010';
+    our $VERSION = '3.06.00.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install