lib/elephas/version.rb in elephas-4.2.0 vs lib/elephas/version.rb in elephas-4.2.1
- old
+ new
@@ -1,8 +1,8 @@
# encoding: utf-8
#
-# This file is part of the elephas gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
+# This file is part of the elephas gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#
# This is the top level module for elephas gem.
module Elephas
@@ -15,10 +15,10 @@
# The minor version.
MINOR = 2
# The patch version.
- PATCH = 0
+ PATCH = 1
# The current version of elephas.
STRING = [MAJOR, MINOR, PATCH].compact.join(".")
end
end