lib/quality/version.rb in quality-31.2.1 vs lib/quality/version.rb in quality-31.3.0
- old
+ new
@@ -2,7 +2,7 @@
# Quality is a tool that runs quality checks on Ruby code using cane,
# reek, flog, flay and rubocop and makes sure your numbers don't get
# any worse over time.
module Quality
- VERSION = '31.2.1'.freeze
+ VERSION = '31.3.0'.freeze
end