summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-25 05:38:31 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-25 05:38:31 +0000
commit8479f8fa1e02deb69429b2732c1a84030759849d (patch)
treeaa08ccbeadb3a49c95f56bcabf457ca1728eeb30 /lib
parent10182099e333d7df465e40541e183770da934e60 (diff)
downloadchef-8479f8fa1e02deb69429b2732c1a84030759849d.tar.gz
Bump version to 17.10.14 by Chef Expeditorv17.10.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 31729e3999..fc0d6d8e8d 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("17.10.13")
+ VERSION = Chef::VersionString.new("17.10.14")
end
#