Example #1
0
 /**
  * Returns the release date of the latest version of Grav
  *
  * @return string
  */
 public function getReleaseDate()
 {
     return $this->remote->getDate();
 }