diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-17 13:13:19 -0600 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-17 13:13:19 -0600 |
commit | 7bd316fd597f107ea9b9cb31af0df09bebe4bc86 (patch) | |
tree | bc5ed4df604a89a61874beec00027b8377caca89 | |
parent | 1389081819c740958626e9afb63b7535de894368 (diff) | |
parent | 580bf31fbc7045d966c8b5ad204c1e46d33808f3 (diff) | |
download | ohai-7bd316fd597f107ea9b9cb31af0df09bebe4bc86.tar.gz |
Merge pull request #486 from chef/jdm/version-bump-8.1
Bump version to 8.1.0
-rw-r--r-- | lib/ohai/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 52132b66..0769a1bb 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.0.1' + VERSION = '8.1.0' end |