lib/quality/version.rb in quality-39.0.1 vs lib/quality/version.rb in quality-40.0.0

- old
+ new

@@ -1,8 +1,10 @@ # frozen_string_literal: true # 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. +# :nocov: module Quality - VERSION = '39.0.1' + VERSION = '40.0.0' end +# :nocov: