Sha256: bb491f46097937054190bd5a17159a3c0455c71f95aa3400f207373001a588e9
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
module Bowline module Version #:nodoc: MAJOR = 0 MINOR = 9 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.9.1 | lib/bowline/version.rb |