Sha256: 8c2fa2e3f0ecd74c2948225cf08006b288509e4be5ba5340898e557ccd1b05ad

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

# == Given a version number MAJOR.MINOR.PATCH, increment the:

# - MAJOR version when you make incompatible API changes,
# - MINOR version when you add functionality in a
#   backwards-compatible manner, and
# - PATCH version when you make backwards-compatible bug fixes.
#
# Additional labels for pre-release and build metadata are
# available as extensions to the MAJOR.MINOR.PATCH format.

module SportsDb
    VERSION = "0.2.18"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sports_db-0.2.18 lib/sports_db/version.rb