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

- old
+ new

@@ -3,8 +3,8 @@ # 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 = '40.0.0' + VERSION = '40.0.1' end # :nocov: