summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-08-17 23:53:03 -0700
committerSerdar Sutay <serdar@opscode.com>2014-08-17 23:53:03 -0700
commit1ea0a8aa80bee2efeedcf76d0acb709e362162e1 (patch)
tree0e6a62b7d239c352c32d5f99c2a2c8e1e5e45e3c
parent8a8abdb5d410803066cb04bdb0104707d2199f66 (diff)
downloadohai-1ea0a8aa80bee2efeedcf76d0acb709e362162e1.tar.gz
Bump version for 7.2.4.7.2.4
-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 3be75f4b..532e74a1 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 = '7.2.2'
+ VERSION = '7.2.4'
end