getVersion() public method

Get the version.
public getVersion ( ) : string
return string
 /**
  * Get the version.
  *
  * @return string 
  * @static 
  */
 public static function getVersion()
 {
     return \Dingo\Api\Dispatcher::getVersion();
 }