Skip to content

Commit

Permalink
Bump to 8.3b
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jan 4, 2025
1 parent c347ddb commit c5a0cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-manager/update-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ function main($argc, $argv) {
break;
case 'dscript':
if ($argc < 5) err(getUsage());
$ver = '8.2b' . ($argc > 5 ? ' r' . $argv[5] : '');
$ver = '8.3b' . ($argc > 5 ? ' r' . $argv[5] : '');
$locale = $argv[4];
$gameid = 'UminekoPS3fication'.ucfirst($locale);
$scripting = $argv[3];
Expand Down

0 comments on commit c5a0cc2

Please sign in to comment.