# File lib/r10k/semver.rb, line 22
  def self.pre(vstring)
    vstring =~ /-/ ? vstring : vstring + '-'
  end