Example #1
0
 /**
  * Returns the version of the remotely available Grav
  *
  * @return string
  */
 public function getRemoteVersion()
 {
     return $this->remote->getVersion();
 }