We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd0a1c commit 026b509Copy full SHA for 026b509
include/version.inc
@@ -82,7 +82,7 @@ $RELEASES = (function () {
82
function release_get_latest() {
83
global $RELEASES;
84
85
- $version = null;
+ $version = '0.0.0';
86
$current = null;
87
foreach ($RELEASES as $versions) {
88
foreach ($versions as $ver => $info) {
0 commit comments