summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2018-01-24 15:04:10 -0800
committerScott Hain <shain@chef.io>2018-01-24 15:04:10 -0800
commit730a165c84389224e5f8ab3b41189dd80697b945 (patch)
tree53860fa3d6906fc7c061a1ea5575f94efe3aacdb /lib
parent6330634a59032e5108b2bbd8182238dae137472c (diff)
downloadohai-730a165c84389224e5f8ab3b41189dd80697b945.tar.gz
Fix version
Signed-off-by: Scott Hain <shain@chef.io>
Diffstat (limited to 'lib')
-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 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