summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-30 11:08:02 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-30 11:08:02 +0000
commit3f768e7befa20d726ef7e643d87837810cf6c075 (patch)
treed80b486566b58541e9839e3014912687ea80ebe9 /lib
parenta59028e1e4f9fe0d994dbcb8050f557b2bfdbd6b (diff)
downloadchef-3f768e7befa20d726ef7e643d87837810cf6c075.tar.gz
Bump version to 14.0.41 by Expeditorv14.0.41
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 ec8a8e1841..d000edebea 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.40")
+ VERSION = Chef::VersionString.new("14.0.41")
end
#