lib/sensu-plugins-redis/version.rb in sensu-plugins-redis-3.1.1 vs lib/sensu-plugins-redis/version.rb in sensu-plugins-redis-4.0.0

- old
+ new

@@ -1,9 +1,11 @@ +# frozen_string_literal: true + module SensuPluginsRedis module Version - MAJOR = 3 - MINOR = 1 - PATCH = 1 + MAJOR = 4 + MINOR = 0 + PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end