summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-23 21:49:53 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-23 21:49:53 +0000
commitc4a643aada696e857256b175d7e190d9b2ebb6e9 (patch)
treece095965b597557eb4895e6c8bbcc7e288dbde85 /lib
parentb2548f31fc919ff259090bbb8cbd7737d8b72ea4 (diff)
downloadchef-c4a643aada696e857256b175d7e190d9b2ebb6e9.tar.gz
Bump version to 14.0.23 by Expeditorv14.0.23
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 e0f355b986..f7efa11d3e 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.0.22")
+ VERSION = Chef::VersionString.new("14.0.23")
end
#