summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-26 05:39:45 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-26 05:39:45 +0000
commit6cb18c69ce4b228fe0870f66dd24a89113a2c108 (patch)
treecd2e6184c081e2e227a8aae802e7d7ad4974825f /lib
parent02c6681301e368b4a8cdd922ae834a0267dd9a10 (diff)
downloadchef-6cb18c69ce4b228fe0870f66dd24a89113a2c108.tar.gz
Bump version to 14.6.3 by Chef Expeditorv14.6.3
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 dec3d85618..efd29b09f3 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.2")
+ VERSION = Chef::VersionString.new("14.6.3")
end
#