lib/health_reporter/version.rb in health-reporter-0.0.1 vs lib/health_reporter/version.rb in health-reporter-0.0.2

- old
+ new

@@ -1,3 +1,3 @@ -module HealthReporter - VERSION = '0.0.1' +class HealthReporter + VERSION = '0.0.2' end