summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-22 18:41:52 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-22 18:41:52 +0000
commitfdbdc97b7f7bace8df63f11d452de4ff26567e6d (patch)
tree7fa2c6d4344c53647eb58672a8073639d539aeeb /lib
parente53f356a929da082dcce3c2c55cf6322178ad084 (diff)
downloadchef-fdbdc97b7f7bace8df63f11d452de4ff26567e6d.tar.gz
Bump version to 15.1.21 by Chef Expeditorv15.1.21
Obvious fix; these changes are the result of automation not creative thinking.
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 cee1df5812..0ab0fd40f3 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.20")
+ VERSION = Chef::VersionString.new("15.1.21")
end
#