lib/sensu-plugins-ceph/version.rb in sensu-plugins-ceph-1.0.1 vs lib/sensu-plugins-ceph/version.rb in sensu-plugins-ceph-1.0.2

- old
+ new

@@ -1,9 +1,9 @@ module SensuPluginsCeph module Version MAJOR = 1 MINOR = 0 - PATCH = 1 + PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end