Hello,
When creating a new SQLcl project with 25.3, noticed hardcoded previous version number (24.3) in files:
README.md - link to documentation at the end of file - links to the previous version
After project stage:
prechecks.sql - from line 18
if '&&_SQLPLUS_RELEASE' != '2403000000' then
raise_application_error(-20001, 'This installer must be run using SQLcl 24.3.0');
end if;