summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-14 00:08:01 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-14 00:08:01 +0000
commitb8afd52f1ad1fd19dc56817119daaef181a4fd92 (patch)
tree6331c8370c76dc49f4d54594fd7acd51aa227f41 /lib
parente545af572b336c3bb12cbe63e437fdbebd0da47a (diff)
downloadchef-b8afd52f1ad1fd19dc56817119daaef181a4fd92.tar.gz
Bump version to 15.1.9 by Chef Expeditorv15.1.9
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 4424f3809f..f9d6fc69cc 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.8")
+ VERSION = Chef::VersionString.new("15.1.9")
end
#