Skip to content

Commit

Permalink
24.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tablacus committed Jun 22, 2024
1 parent f0f2231 commit 4939aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Debug/script/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ g_.Notify = {};

AboutTE = function (n) {
if (n == 0) {
return te.Version < 20240616 ? te.Version : 20240620;
return te.Version < 20240616 ? te.Version : 20240621;
}
if (n == 1) {
const v = AboutTE(0);
Expand Down

0 comments on commit 4939aca

Please sign in to comment.