Sha256: 095e20ad82487e9afb95cef5994cef5fc7c9ca18827f31d0755bb67c9ebe9625

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

# typed: false
module Mangadex
  module Version
    MAJOR = "5"
    MINOR = "7"
    TINY = "5"
    PATCH = "3"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mangadex-5.7.5.3 lib/mangadex/version.rb