summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-10 02:12:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-10 02:12:34 +0000
commit643b8abf28934eb468601d2f6583a01356c54a3d (patch)
treee1e15acbecea016c4ec47a6e7f74b17ecc8e7bf8 /lib/chef
parent095474cf0bc7d792237605b9007afa67d14c3f27 (diff)
downloadchef-643b8abf28934eb468601d2f6583a01356c54a3d.tar.gz
Bump version to 15.0.122 by Chef Expeditorv15.0.122
Obvious fix; these changes are the result of automation not creative thinking.
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 4808bdca59..6c52381f44 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.121")
+ VERSION = Chef::VersionString.new("15.0.122")
end
#