summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-24 10:30:06 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-24 10:30:06 -0700
commitbb8cdad537d3f6b4903be68aadd16b57a5ddabe0 (patch)
treefb2376110bb7eac449b83ab7d836246f2ddb6636
parentea632f0554594ea2f22d0fe6018afd106bac6db8 (diff)
downloadohai-bb8cdad537d3f6b4903be68aadd16b57a5ddabe0.tar.gz
Bump version for 8.2.0jdm/8.2.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 8bde3b75..04c96e11 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.1'
+ VERSION = '8.2.0'
end