Sha256: 576fcba3f742fa1ea0bee78ecc4de2cbd0dbecd65b2c28a4a93e3b5c2bf919a3

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 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 = '1.12.15'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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