summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-24 23:37:32 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-24 23:37:32 +0000
commitbf65a82ba825db2dc7ff0731de56d20b0d2b4e5c (patch)
tree4f7a966ecf896922f4a369ba9052f318cda8009c /lib/chef
parentbf4213f3a95b10c40a5a77c800feb31d4607917e (diff)
downloadchef-bf65a82ba825db2dc7ff0731de56d20b0d2b4e5c.tar.gz
Bump version to 15.1.23 by Chef Expeditorv15.1.23
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 0c49d4b947..e339e15a91 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.22")
+ VERSION = Chef::VersionString.new("15.1.23")
end
#