Sha256: 6c34143afffc89d9b6c4ccc6fad084ff076d3c19a4ae5a6cb53f09afcc0d29de

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

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

    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.3.3.1 lib/mangadex/version.rb