summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2019-08-15 13:06:38 -0600
committerChristopher A. Snapp <csnapp@chef.io>2019-08-15 13:06:38 -0600
commit044bc7f43154c10e7436c8660671c742d6750a94 (patch)
tree39ba0fa7f9f79676a25693e46d0b97da3f1cc761
parent314baf9cd320c9a967a8e37c61ec636691c60754 (diff)
downloadohai-044bc7f43154c10e7436c8660671c742d6750a94.tar.gz
Bump version to 14.14.0 to match chef release
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 8eb7f38a..e51d2581 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.8.16 \ No newline at end of file
+14.14.0
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 17295b2f..7fe177ee 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 = "14.8.16".freeze
+ VERSION = "14.14.0".freeze
end