Bug 7167 follow-up setting DBrevision, before pushing
[koha.git] / installer / install.pl
index 01360e6..b6f66a7 100755 (executable)
@@ -320,7 +320,7 @@ elsif ( $step && $step == 3 ) {
             warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n";
         }
 
-        my $koha39 = "3.0900028";
+        my $koha39 = "3.1100002";
         my $cmd;
         # Old updatedatabase method
         my $current_version = C4::Context->preference('Version');