version() public method

Get the version number of the application.
public version ( ) : string
return string
 /**
  * Get the version number of the application.
  *
  * @return string 
  * @static 
  */
 public static function version()
 {
     return \Laravel\Lumen\Application::version();
 }