diff options
author | Scott Hain <shain@chef.io> | 2018-01-24 15:04:10 -0800 |
---|---|---|
committer | Scott Hain <shain@chef.io> | 2018-01-24 15:04:10 -0800 |
commit | 730a165c84389224e5f8ab3b41189dd80697b945 (patch) | |
tree | 53860fa3d6906fc7c061a1ea5575f94efe3aacdb /lib | |
parent | 6330634a59032e5108b2bbd8182238dae137472c (diff) | |
download | ohai-730a165c84389224e5f8ab3b41189dd80697b945.tar.gz |
Fix version
Signed-off-by: Scott Hain <shain@chef.io>
Diffstat (limited to 'lib')
-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 3068a020..24b1f780 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 = "" + VERSION = "14.0.0" end |