lib/piko_model/version.rb in piko_model-1.0.0 vs lib/piko_model/version.rb in piko_model-1.0.1
- 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 PikoModel.
#
# 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 PikoModel
- VERSION = "1.0.0".freeze
+ VERSION = "1.0.1"
end