Sha256: 5f53fc040ae7e7c30b78c098e6b2043b038dcd7884d0623a4b11ada7c8f093c1

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

module Bowline  
  module Version #:nodoc:
    MAJOR    = 0
    MINOR    = 6
    TINY     = 1
    
    STRING   = [MAJOR, MINOR, TINY].join('.')
    
    CODENAME = "If you can meet with Triumph and Disaster".freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bowline-0.6.1 lib/bowline/version.rb