summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-23 17:22:20 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-23 17:22:20 +0000
commitc6f0eb055601ac50c9b1c24ba815329bccfc7605 (patch)
treef187166ffa2a5cfaad55665d955aa3d304594846 /lib
parent81fc39e6055f39090a287e4f87eae0d31fa78ef0 (diff)
downloadchef-c6f0eb055601ac50c9b1c24ba815329bccfc7605.tar.gz
Bump version to 14.6.37 by Chef Expeditorv14.6.37
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 bd4395f9fa..3f73c3b508 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.36")
+ VERSION = Chef::VersionString.new("14.6.37")
end
#