Sha256: 7b2e715ae9f687fb544c16fa27df1fd457d7c845e4318360c4dd0bad51db71d7

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

Version data entries

1 entries across 1 versions & 1 rubygems

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