summaryrefslogtreecommitdiff
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
parent6330634a59032e5108b2bbd8182238dae137472c (diff)
downloadohai-730a165c84389224e5f8ab3b41189dd80697b945.tar.gz
Fix version
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r--VERSION1
-rw-r--r--lib/ohai/version.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION b/VERSION
new file mode 100644
index 00000000..f13c819c
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+14.0.0 \ No newline at end of file
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