summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-11 15:48:13 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-11 15:48:13 +0000
commit992f92eb17edae93bc8a312606d6c775026a3f19 (patch)
treefff63c6e1ec859546c9a21f2070852e71d2a0314 /lib/chef
parent310610f636824a46941492d4505bd981980fac37 (diff)
downloadchef-992f92eb17edae93bc8a312606d6c775026a3f19.tar.gz
Bump version of chef to 12.15.23 by Chef Versioner.v12.15.23
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 eba93f7ff8..d642565f77 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.15.22"
+ VERSION = "12.15.23"
end
#