lib/quality/version.rb in quality-1.3.0 vs lib/quality/version.rb in quality-1.3.1
- old
+ new
@@ -1,3 +1,6 @@
+# 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 = '1.3.0'
+ VERSION = '1.3.1'
end