Sha256: dfe90eafc61fce30736ac212d2c9d1c1a8cb8bde640c4425750ca0d79c14a5df

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 Bytes

Contents

class Roda
  # The major version of Roda, updated only for major changes that are
  # likely to require modification to Roda apps.
  RodaMajorVersion = 2

  # The minor version of Roda, updated for new feature releases of Roda.
  RodaMinorVersion = 19

  # The patch version of Roda, updated only for bug fixes from the last
  # feature release.
  RodaPatchVersion = 0

  # The full version of Roda as a string.
  RodaVersion = "#{RodaMajorVersion}.#{RodaMinorVersion}.#{RodaPatchVersion}".freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roda-2.19.0 lib/roda/version.rb