summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-11 19:58:40 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-11 19:58:40 +0000
commit81c0d1ca65fba32aba597ca25b68a11f9c424417 (patch)
tree447cd287c0974b341b700f6b755dee8990708c17 /lib/chef/version.rb
parentb8b2289826155371ee626e1e4dddb2e926360551 (diff)
downloadchef-81c0d1ca65fba32aba597ca25b68a11f9c424417.tar.gz
Bump version to 15.0.103 by Chef Expeditorv15.0.103
Obvious fix; these changes are the result of automation not creative thinking.
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 da8b092e98..60e9304c37 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("15.0.102")
+ VERSION = Chef::VersionString.new("15.0.103")
end
#