Sha256: 0cd3eb3a0af157ca8c834e29fec156c4aa8ec8f451a05070ef2519b1b7d61aad

Contents?: true

Size: 418 Bytes

Versions: 1

Compression:

Stored size: 418 Bytes

Contents

# Version numbering follows Semantic Versionning:
#
# 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.
#
# -- http://semver.org/

module Notifications
  class Client
    VERSION = "3.1.0".freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notifications-ruby-client-3.1.0 lib/notifications/client/version.rb