lib/wwwjdic/version.rb in wwwjdic-15.0.0 vs lib/wwwjdic/version.rb in wwwjdic-16.0.0
- old
+ new
@@ -1,8 +1,12 @@
+# frozen_string_literal: true
+
#--
# wwwjdic
+# rubocop:disable Style/AsciiComments
# © 2014 Marco Bresciani
+# rubocop:enable Style/AsciiComments
#
# This file is part of wwwjdic.
#
# wwwjdic is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@@ -18,7 +22,7 @@
# along with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
#++
module WWWJDic
# Current version number for WWWJDic gem.
- VERSION = '15.0.0'.freeze
+ VERSION = '16.0.0'
end