summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-11 17:57:22 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-11 17:57:22 +0000
commit7fd58aee79646f4db574033d761bbee81c54f1fc (patch)
tree89f9c47eb3217b11c0badcfec61ac0f5897ef5a4 /lib
parent2b81977a15e80f98864a25c54a063b4994795033 (diff)
downloadchef-7fd58aee79646f4db574033d761bbee81c54f1fc.tar.gz
Bump version to 14.6.21 by Chef Expeditorv14.6.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 2414018b11..dc517ca978 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.6.20")
+ VERSION = Chef::VersionString.new("14.6.21")
end
#