Exemplo n.º 1
0
 /**
  * @return self
  */
 public function withPatchIncremented()
 {
     return self::fromAllElements($this->major, $this->minor, $this->patch + 1, PreRelease::createEmpty(), Build::createEmpty());
 }