summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-16 22:14:41 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-16 22:14:41 +0000
commitb2fe2edccb34a992306de7bd264619eba732d5f4 (patch)
tree1e1910c7c7d17cc9dd856ade3b757340472ac7c3 /lib
parent755ff2e2043977602a249892397d6912253d955b (diff)
downloadchef-b2fe2edccb34a992306de7bd264619eba732d5f4.tar.gz
Bump version to 14.9.6 by Chef Expeditorv14.9.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f93b12619a..034d165dbe 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.9.5")
+ VERSION = Chef::VersionString.new("14.9.6")
end
#