Sha256: 32686b69f8d6a4ca37ae3aa8151b4d83cc2a599a70dd109f549c5a5226d4ec3a

Contents?: true

Size: 304 Bytes

Versions: 1

Compression:

Stored size: 304 Bytes

Contents

# frozen_string_literal: true

# === USE Semantic Versioning ===
# MAJOR version when you make incompatible API changes,
# MINOR version when you add functionality in a backwards compatible manner
# PATCH version when you make backwards compatible bug fixes.
#

module Simplycop
  VERSION = '2.11.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplycop-2.11.0 lib/simplycop/version.rb