Sha256: a9ef7f8bce0b3d3f4b238f086fd62df37c3620b346296220f206d95ca4cfcbce
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
module Jekyll class Octopod module VERSION #:nodoc: MAJOR = 0 MINOR = 9 TINY = 12 STRING = [MAJOR, MINOR, TINY].join('.') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-octopod-0.9.12 | lib/octopod/version.rb |