lib/mayaml-mutt/version.rb in mayaml-mutt-3.0.0 vs lib/mayaml-mutt/version.rb in mayaml-mutt-4.0.0
- old
+ new
@@ -1,8 +1,8 @@
-# encoding: utf-8
+# frozen_string_literal: true
-# Copyright (C) 2016 Szymon Kopciewski
+# Copyright (C) 2016, 2017 Szymon Kopciewski
#
# This file is part of MayamlMutt.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
module MayamlMutt
- VERSION = "3.0.0".freeze
+ VERSION = "4.0.0"
end