Sha256: a248442f368024294c93328c74fe03d317c12370cf6d10d9a9ea157e402158c5

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

# frozen_string_literal: true

# @public
module Reek
  #
  # This module holds the Reek version informations
  #
  # @public
  module Version
    # @public
    STRING = '4.7.0'.freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reek-4.7.0 lib/reek/version.rb