summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-17 11:03:16 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-17 11:03:16 -0800
commit505c11d9c53dc19c8604266608782292eeaf8bef (patch)
tree2d7798c4115b6a6e33af49e2ad4d5c8e587e6d56
parentaab5d6b06089aafca6c067f7e752606f1ceb3b6d (diff)
downloadohai-505c11d9c53dc19c8604266608782292eeaf8bef.tar.gz
Bump to 6.16.0 for final release6.16.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 95d0c780..087cd360 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.2'
+ VERSION = '6.16.0'
end