Loading src/Helpers/Build.php +8 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,14 @@ return $this->version; } /** * Get the version of the current build * @return string the version value */ public function getDisplayVersion() { return $this->displayVersion; } /* Utility / Internal */ /** Loading Loading
src/Helpers/Build.php +8 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,14 @@ return $this->version; } /** * Get the version of the current build * @return string the version value */ public function getDisplayVersion() { return $this->displayVersion; } /* Utility / Internal */ /** Loading