Sha256: 72aa2ec2a73f4c6818682d6c5b1cc8ffd95937a8f0fba3e0c9762abfa9ac56d8

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 Bytes

Contents

module Jekyll
  module Golink
    module Theme

      # Description VERSION:
      # MAJOR: It includes API changes and can break backward compatibility
      # MINOR: It includes new features without breaking existing APIs
      # PATCH: Fixes bugs and brings improvements in existing implementations
      MAJOR = 1
      MINOR = 0
      PATCH = 8
      VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
golink-1.0.8 lib/golink/version.rb