Sha256: 3f264c7ea7ac0da2c95f5fe42502a1cbeeb81d0fdb2ce906c335b57d50f8b74d

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.9"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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