Update builds script for stable

This commit is contained in:
MGatner 2020-03-06 21:51:54 -05:00
parent 0d98a64044
commit 3a080e24f8
No known key found for this signature in database
GPG Key ID: BC7C436F28470CC8

View File

@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
define('LATEST_RELEASE', '^4@rc');
define('LATEST_RELEASE', '^4.0');
define('GITHUB_URL', 'https://github.com/codeigniter4/codeigniter4');
/*