troessner/reek

View on GitHub
lib/reek/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# @public
module Reek
  #
  # This module holds the Reek version information
  #
  # @public
  module Version
    # @public
    STRING = '6.3.0'
  end
end