summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-04-08 16:22:47 -0700
committersersut <serdar@opscode.com>2014-04-08 16:22:47 -0700
commit15db9301b293194ccbac25f1b9ae17ae9da9fa94 (patch)
tree5929ce00dc86f7a6a82917f0da9ec63366dd6f10
parent4e37c5a4d78c59318453323a289e48a0af2deef4 (diff)
downloadohai-15db9301b293194ccbac25f1b9ae17ae9da9fa94.tar.gz
Bump up the version number for release.6.22.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 e05da92e..ae2167f6 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '6.22.0.rc.0'
+ VERSION = '6.22.0'
end