summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-17 17:01:26 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-17 17:01:26 +0000
commit3c692f4dfa6f61d2bcd8f7c9ba5b6f188559af11 (patch)
treed5c65959b1f4423487189408d0ac7418cda246be /lib
parenta36655925c4501bcb74771c05f0671867117b699 (diff)
downloadchef-3c692f4dfa6f61d2bcd8f7c9ba5b6f188559af11.tar.gz
Bump version to 15.7.23 by Chef Expeditorv15.7.23
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 5450d4e5ef..90cebed8ea 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.7.22")
+ VERSION = Chef::VersionString.new("15.7.23")
end
#