lib/sevenwire/rubocop/version.rb in sevenwire-rubocop-1.0.4 vs lib/sevenwire/rubocop/version.rb in sevenwire-rubocop-1.0.5
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
module Sevenwire
module Rubocop
- VERSION = "1.0.4".freeze
+ VERSION = "1.0.5"
end
end