semver.org/
1
9
10 11 12
# File 'lib/transpec/version.rb', line 10 def self.to_s [MAJOR, MINOR, PATCH].join('.') end