summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-01 12:05:23 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-01 12:05:23 +0000
commit349786463576380e12bd58478449f1d977a53e00 (patch)
tree5e999dbf823fde69194b4b4bcfbf1890e074b04d /lib
parentf1f42964f96abb436dcece434f796e0bf9ca1a66 (diff)
downloadchef-349786463576380e12bd58478449f1d977a53e00.tar.gz
Bump version to 14.0.100 by Expeditorv14.0.100
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 3346915cc1..3c5d10bc76 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.99")
+ VERSION = Chef::VersionString.new("14.0.100")
end
#