lib/rubocop/rspec/version.rb in rubocop-rspec-1.3.1 vs lib/rubocop/rspec/version.rb in rubocop-rspec-1.4.0
- old
+ new
@@ -1,10 +1,11 @@
# encoding: utf-8
+# frozen_string_literal: true
module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.3.1'
+ STRING = '1.4.0'.freeze
end
end
end