summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 18:42:39 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 18:42:39 +0000
commitee7cba011d45c23c7afcda1299749d0540210178 (patch)
treeea3f9d3b5badcfada075f5bd3f4adddcd3a6c258 /lib/chef
parentd83f72810c5a041d44eee89fe1c641d9ea96b626 (diff)
downloadchef-ee7cba011d45c23c7afcda1299749d0540210178.tar.gz
Bump version to 14.0.10 by Expeditorv14.0.10
Diffstat (limited to 'lib/chef')
-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 4059cd9094..8d4bbea621 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.0.9")
+ VERSION = Chef::VersionString.new("14.0.10")
end
#