diff --git a/config/version.php b/config/version.php index 2f3dc947a..1d390f091 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v6.3.4', - 'full_app_version' => 'v6.3.4 - build 13226-g5229dd65c', - 'build_version' => '13226', + 'app_version' => 'v6.4.0', + 'full_app_version' => 'v6.4.0 - build 13351-gdb2baae758', + 'build_version' => '13351', 'prerelease_version' => '', - 'hash_version' => 'g5229dd65c', - 'full_hash' => 'v6.3.4-85-g5229dd65c', + 'hash_version' => 'gdb2baae758', + 'full_hash' => 'v6.4.0-210-gdb2baae758', 'branch' => 'master', ); \ No newline at end of file diff --git a/upgrade.php b/upgrade.php index 0ac33856f..36bb31f7a 100644 --- a/upgrade.php +++ b/upgrade.php @@ -87,7 +87,7 @@ if($upgrade_requirements){ // done fetching requirements if (!$no_interactive) { - $yesno = readline("\nProceed with upgrade? [Y/n]: "); + $yesno = readline("\nProceed with upgrade? [y/N]: "); } else { $yesno = "yes"; }