summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-08-10 15:35:53 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-08-10 15:35:53 -0400
commit51a4fd97d0f03a75ae219190b29128c79b6e6a58 (patch)
tree288bfcfbe31170855d32efde344d9359550baa0f
parent28186bfcf7562cd69aec57d03bd7575a72e2a1d3 (diff)
downloadohai-ksubrama/8.5.1.tar.gz
Update version.rb8.5.1ksubrama/8.5.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 d9c2d776..c4594c9d 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 = '8.5.0'
+ VERSION = '8.5.1'
end