summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-12-12 16:14:39 -0800
committerBryan McLellan <btm@opscode.com>2012-12-12 16:14:39 -0800
commit8dd59622f026d6a0567b46209ac8d322f795ae6e (patch)
treee2a54cb620a14d02ac930b6122acf0121dd38f4b
parent1143a00c9bbf9b3e7ac25a847990a762b0e59e03 (diff)
downloadohai-8dd59622f026d6a0567b46209ac8d322f795ae6e.tar.gz
6.16.0.beta.2
-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 46bfaeca..95d0c780 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.16.0.beta.1'
+ VERSION = '6.16.0.beta.2'
end