lib/guard/sidekiq/version.rb in guard-sidekiq-0.0.11 vs lib/guard/sidekiq/version.rb in guard-sidekiq-0.1.0

- old
+ new

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