Skip to content

Commit 5600015

Browse files
committed
string
1 parent 5cecba0 commit 5600015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plg_jdbuilder/libraries/jdpagebuilder/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,6 @@ public static function getJDBuilderLatestVersion()
22962296
$releases = (string) $response->getContent();
22972297
$releases = \json_decode($releases, true);
22982298
return $releases[0]['tag_name']; */
2299-
return 1.11.2;
2299+
return '1.11.2';
23002300
}
23012301
}

0 commit comments

Comments
 (0)