lib/guard/sidekiq/version.rb in guard-sidekiq-0.0.5 vs lib/guard/sidekiq/version.rb in guard-sidekiq-0.0.6

- old
+ new

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