summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-02 18:03:09 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-02 18:03:09 +0000
commit411e04a84627c305557b6fa94c9ade39fd69de53 (patch)
tree3068f7af877fea297053c4c2e3e931a7fd6aa96f /lib/chef
parent79e0366a234eba16cbd77833e2fe90aebaec1e97 (diff)
downloadchef-411e04a84627c305557b6fa94c9ade39fd69de53.tar.gz
Bump version to 15.1.40 by Chef Expeditorv15.1.40
Obvious fix; these changes are the result of automation not creative thinking.
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 2c37b464e6..cebcc8f07a 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.39")
+ VERSION = Chef::VersionString.new("15.1.40")
end
#