summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-10-21 00:28:16 -0700
committersersut <serdar@opscode.com>2013-10-21 00:28:16 -0700
commit07bd8b7b55da38e0f4d9f1b485d1bb6fea1b36b8 (patch)
treedbaa3eb0b44cd74769be08a69e5b48206d3c8a74
parent2f29a6b15c625393fd91d43dff88ba7680a254a3 (diff)
downloadohai-07bd8b7b55da38e0f4d9f1b485d1bb6fea1b36b8.tar.gz
Bump the version to 6.20.0.rc.16.20.0.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 90834e72..a9b7f0a1 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.20.0.rc.0'
+ VERSION = '6.20.0.rc.1'
end