Sha256: 2aa9cd9a81d4da59938fab5330747416a7facecae57a146703beba0ac9b768dd

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

module Jekyll
  class Octopod
    module VERSION #:nodoc:
      MAJOR = 0
      MINOR = 8
      TINY  = 2

      STRING = [MAJOR, MINOR, TINY].join('.')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-octopod-0.8.2 lib/octopod/version.rb