summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 17:04:56 -0600
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 17:04:56 -0600
commit88e630bca769a45e167d6c20760e795048c3ed8b (patch)
tree4d8d19319b12206cb76a659f01b07f2c898a4992
parente723ea9a9f2a489da20ad2695779d6fef08da70e (diff)
downloadohai-88e630bca769a45e167d6c20760e795048c3ed8b.tar.gz
Bump version to 8.1.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 0769a1bb..8bde3b75 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.1.0'
+ VERSION = '8.1.1'
end