Skip to content

Commit

Permalink
update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomlove committed Apr 22, 2022
1 parent 3d38526 commit c3969ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Repositories/TrackerRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ private function updatePeer(Peer $peer, $queries, $isReAnnounce)
}
if (!$peer->exists && $isReAnnounce == self::ANNOUNCE_DUAL) {
do_log('[ANNOUNCE_DUAL_AND_PEER_NOT_EXISTS], return');
return;
}

$nowStr = Carbon::now()->toDateTimeString();
Expand Down
2 changes: 1 addition & 1 deletion include/constants.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.4');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-04-22');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-04-23');
defined('IN_TRACKER') || define('IN_TRACKER', true);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
Expand Down

0 comments on commit c3969ae

Please sign in to comment.