summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-03 08:02:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-03 08:02:41 +0000
commit599f0dfec0c8c2b0d6d6eaf2a594abeebf40ff66 (patch)
treec873ae95ebd66f03c927e2bad108a324304ea961 /lib/chef
parentcadc9b3fbc51a1019b868d59259f852154633d0c (diff)
downloadchef-599f0dfec0c8c2b0d6d6eaf2a594abeebf40ff66.tar.gz
Bump version to 14.0.105 by Expeditorv14.0.105
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 b5c6728534..7bb86374ca 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.104")
+ VERSION = Chef::VersionString.new("14.0.105")
end
#