summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-10-31 08:25:46 -0700
committersersut <serdar@opscode.com>2013-10-31 08:25:46 -0700
commite5d69208af15ee84b702e8dcdcabf32996440eae (patch)
treef9615d1ff08c83822d6520d2bd995b3eb890f572
parentddc62baa94388309098aa8bb6ff71f204e8bb94e (diff)
downloadohai-e5d69208af15ee84b702e8dcdcabf32996440eae.tar.gz
Bump the version number to 6.20.0 for release.6.20.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 a9b7f0a1..06ed789e 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.1'
+ VERSION = '6.20.0'
end