summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-19 00:02:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-19 00:02:33 +0000
commitee22f5340983d27fa7598183136d0eae978340ea (patch)
tree0a0b88c99d6c0f70766eddf719f055c63eb4bf4b /lib/chef/version.rb
parent89daf43c4efb03d2adea1670d677bb14f73aa254 (diff)
downloadchef-ee22f5340983d27fa7598183136d0eae978340ea.tar.gz
Bump version to 14.11.23 by Chef Expeditorv14.11.23
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 fa37e2ab4d..b5ae534c42 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.11.22")
+ VERSION = Chef::VersionString.new("14.11.23")
end
#