summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-04-13 22:37:39 -0700
committerDaniel DeLeo <dan@opscode.com>2011-04-13 22:37:39 -0700
commitcf8d711b959d328f52dfb46116c34c53e8eced57 (patch)
tree374710adcfa7f35bc5973962b7a3510767e58de7
parent705cf6a701a52553b1971c486790e42f3e250193 (diff)
downloadohai-0.6.0.rc.0.tar.gz
bump version to 0.6.2.rc.0 for bugfix release testing0.6.0.rc.0
-rw-r--r--lib/ohai/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0c02a0ca..b0a8fa9e 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,6 +18,6 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '0.6.0'
+ VERSION = '0.6.2.rc.0'
end