Sha256: 9adeac09cc848801758bc9ee5ff8cbabc1325309d0601e0ccb89d27146d27460

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 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.7"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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