summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-30 13:32:49 -0700
committersersut <serdar@opscode.com>2014-03-30 13:32:49 -0700
commita6a14398410ca4fa472f52c8baab4e5ece59283f (patch)
treebdd40d401828870e13ad8af0af93814738ce47e4
parentf4378eb1cfa03f4f633194ffa76be5e2d611084c (diff)
downloadohai-a6a14398410ca4fa472f52c8baab4e5ece59283f.tar.gz
Bump the version number to alpha for 7.2.0.
-rw-r--r--lib/ohai/version.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 1ee9866f..0fc77237 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -6,9 +6,9 @@
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -18,6 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '7.0.0.rc.0'
+ VERSION = '7.2.0.alpha.0'
end
-