summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-21 19:00:13 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-21 19:00:13 +0000
commit4e3d57205ff9f3c494287397e98616cd96fdd610 (patch)
treeb6701bf8ba7a6c258119acd206d8819601bf19e6 /lib
parent6ee0a7e10d478908170027f5b44787b7902ad7a4 (diff)
downloadchef-4e3d57205ff9f3c494287397e98616cd96fdd610.tar.gz
Bump version to 15.0.169 by Chef Expeditorv15.0.169
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 d4799227ff..69f80b074d 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("15.0.168")
+ VERSION = Chef::VersionString.new("15.0.169")
end
#