lib/tomo/plugin/sidekiq/version.rb in tomo-plugin-sidekiq-0.3.0 vs lib/tomo/plugin/sidekiq/version.rb in tomo-plugin-sidekiq-1.0.0

- old
+ new

@@ -1,7 +1,8 @@ module Tomo module Plugin - module Sidekiq - VERSION = "0.3.0".freeze - end end +end + +module Tomo::Plugin::Sidekiq + VERSION = "1.0.0".freeze end