Sha256: 84c3cc69200f42b264b16eb6bec82b1a701d634556a59531b613a55f2cd7947e

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

# frozen_string_literal: true

module HtmlBeautifier # :nodoc:
  module VERSION # :nodoc:
    MAJOR = 1
    MINOR = 4
    TINY  = 0

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
htmlbeautifier-1.4.0 lib/htmlbeautifier/version.rb