lib/tomo/plugin/rollbar/version.rb in tomo-plugin-rollbar-0.1.1 vs lib/tomo/plugin/rollbar/version.rb in tomo-plugin-rollbar-1.0.0
- old
+ new
@@ -1,7 +1,8 @@
module Tomo
module Plugin
- module Rollbar
- VERSION = "0.1.1".freeze
- end
end
+end
+
+module Tomo::Plugin::Rollbar
+ VERSION = "1.0.0".freeze
end