lib/brauser/version.rb in brauser-1.0.7 vs lib/brauser/version.rb in brauser-2.0.0
- old
+ new
@@ -1,23 +1,23 @@
# encoding: utf-8
#
-# This file is part of the brauser gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
+# This file is part of the brauser gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#
module Brauser
# The current version of brauser, according to semantic versioning.
#
# @see http://semver.org
module Version
# The major version.
- MAJOR = 1
+ MAJOR = 2
# The minor version.
MINOR = 0
# The patch version.
- PATCH = 7
+ PATCH = 0
# The current version of brauser.
STRING = [MAJOR, MINOR, PATCH].compact.join(".")
end
end