summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-29 21:46:05 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-29 21:46:05 +0000
commit966d98d04f2a23a407d166f6577d0734dcf4dd12 (patch)
tree3204cffe4d836c97a87079f284def8f795fd5e34 /lib
parent9a02f594eb2b33a699299e3a3caf664ce25863d8 (diff)
downloadchef-966d98d04f2a23a407d166f6577d0734dcf4dd12.tar.gz
Bump version to 14.13.1 by Chef Expeditorv14.13.1
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 1e041288be..38c4a9d60c 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.13.0")
+ VERSION = Chef::VersionString.new("14.13.1")
end
#