You are here

public function ProjectRelease::getVersion in Automatic Updates 8.2

Gets the project version.

Return value

string The project version.

File

automatic_updates_9_3_shim/src/ProjectRelease.php, line 181

Class

ProjectRelease
Provides a project release value object.

Namespace

Drupal\automatic_updates_9_3_shim

Code

public function getVersion() : string {
  return $this->version;
}