PartKeepr\CoreBundle\Services\VersionService::setVersion PHP Method

setVersion() public method

Sets the version string
public setVersion ( $version )
$version string The version
    public function setVersion($version)
    {
        $this->version = $version;
    }