summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-05 18:30:06 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-05 18:30:06 +0000
commit96ae775bb89753871c30311a113c2efa269a2d71 (patch)
treea205b51335266c2346c638a49897dbff1c5f8af6 /lib/chef/version.rb
parent68ae89fc8cb7022ce29eba917d4578cfedfb7a79 (diff)
downloadchef-96ae775bb89753871c30311a113c2efa269a2d71.tar.gz
Bump version to 14.0.112 by Expeditorv14.0.112
Diffstat (limited to 'lib/chef/version.rb')
-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 58419a194c..483e1c9a29 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.111")
+ VERSION = Chef::VersionString.new("14.0.112")
end
#