Sha256: c7f6891860c6706639b630ce35f514e4a6976b6f1a939e1e27f935c8c06b82f7
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 = 10 STRING = [MAJOR, MINOR, TINY].join('.') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-octopod-0.9.10 | lib/octopod/version.rb |