lib/guard/sidekiq/version.rb in guard-sidekiq-0.0.7 vs lib/guard/sidekiq/version.rb in guard-sidekiq-0.0.8

- old
+ new

@@ -1,9 +1,9 @@ module Guard module SidekiqVersion MAJOR = 0 # api MINOR = 0 # features - PATCH = 7 # bug fixes + PATCH = 8 # bug fixes BUILD = nil # beta, rc1, etc STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end