Sha256: 339cb9a742eeb72da28688f2291f8764fdda2204861b883afd3630cee42edcff
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 = 0 VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
golink-1.0.0 | lib/golink/version.rb |