summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-02 17:50:12 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-02 17:50:12 +0000
commit6f2c11cb9c7ded1137ce2138573d3d0d41e4c551 (patch)
tree178808a91c775ff557e2602661ee48faca09553f /lib/chef/version.rb
parent2784f55d49cdd4c78f473a86ad39cd5b3bcdbc57 (diff)
downloadchef-6f2c11cb9c7ded1137ce2138573d3d0d41e4c551.tar.gz
Bump version to 14.0.103 by Expeditorv14.0.103
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 a61748e413..2594227b75 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.102")
+ VERSION = Chef::VersionString.new("14.0.103")
end
#