Sha256: fcfeb136ec501a561c11b1b2a1fda60900218356b775a94ab3c280ee3f6a06ac

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

# frozen_string_literal: true

module Arx

  # The current version of Arx.
  VERSION = {
    major: 1,
    minor: 2,
    patch: 0,
    meta: nil,
  }.compact.values.join('.').freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arx-1.2.0 lib/arx/version.rb