Sha256: 7388ad64f9b7caa49b5a84452cc79c99263fe7af572fbeb42024e37981ba7f10
Contents?: true
Size: 150 Bytes
Versions: 1
Compression:
Stored size: 150 Bytes
Contents
module Antfarm module CLI MAJOR = 0 MINOR = 5 BUG = 0 def self.version return "#{MAJOR}.#{MINOR}.#{BUG}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
antfarm-0.5.0.beta2 | lib/antfarm/cli/version.rb |