summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2011-09-26 11:43:46 -0700
committerBryan McLellan <btm@opscode.com>2011-09-26 11:43:46 -0700
commit91fd85382d52b2a7f69ffd872d6ad5b07f221b76 (patch)
tree589b85dc79924f3537b72e4d19fd7624c16f0d99
parent2bbf0534b7daec3516382c4ed447549cdcd07ea6 (diff)
downloadohai-91fd85382d52b2a7f69ffd872d6ad5b07f221b76.tar.gz
bump version to 0.6.6.rc.1 for release testing0.6.6.rc.1
-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 56abfc90..46ed1808 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.6.rc.0'
+ VERSION = '0.6.6.rc.1'
end