summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-05 03:09:00 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-05 03:09:00 +0000
commit3845fad14b430c34c339b8552b553e78c346bf98 (patch)
treefc362e998258bf9df00b2b51992b1d1b528ed30b /lib
parentd82713e36e7e204750896bb7e75ba24688b3adb1 (diff)
downloadchef-3845fad14b430c34c339b8552b553e78c346bf98.tar.gz
Bump version to 16.9.14 by Chef Expeditorv16.9.14
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 13c2cc4bd3..7bc89739f9 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.9.13")
+ VERSION = Chef::VersionString.new("16.9.14")
end
#