# File lib/r10k/semver.rb, line 14
  def self.valid?(ver)
    VERSION =~ ver
  end