summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-07-17 13:31:52 -0700
committerdanielsdeleo <dan@opscode.com>2013-07-17 13:31:52 -0700
commite144815c017718d42eab08205e84d21296cdd23e (patch)
treea018a1ee62f83afd9ef27a85d28ba0df5a498697
parentadd9f1ba63086eb4c6051432d414d863e2e0229d (diff)
downloadohai-6.18.0.rc.4.tar.gz
Bump version for RC46.18.0.rc.4
-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 c4562f1f..f87b4be3 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 = '6.18.0.rc.3'
+ VERSION = '6.18.0.rc.4'
end