summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-10-17 22:39:23 -0700
committersersut <serdar@opscode.com>2013-10-17 22:39:23 -0700
commit7ae6c970157a99fe48135d0a98e1eccbf588f144 (patch)
tree5a2ebb05c608287094185e9f88bedc65abe95a11
parent9b43885bf3d9a3e1d0cca92abed7b447676696b4 (diff)
downloadohai-7ae6c970157a99fe48135d0a98e1eccbf588f144.tar.gz
Bump version for 6.20.0 RC.6.20.0.rc.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 e036e2dc..90834e72 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'
+ VERSION = '6.20.0.rc.0'
end