# File lib/vestal_versions/tagging.rb, line 23 def tag_version(tag) v = versions.at(version) || versions.build(:number => 1) v.tag!(tag) end