Sha256: 89831ad00ab92897e32014725f3d9fced2a1f79e9f83fc7b5ea239d13c981236
Contents?: true
Size: 156 Bytes
Versions: 1
Compression:
Stored size: 156 Bytes
Contents
# frozen_string_literal: true module Kitabu module Version MAJOR = 3 MINOR = 0 PATCH = 2 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kitabu-3.0.2 | lib/kitabu/version.rb |