summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-27 16:54:10 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-27 16:54:10 +0000
commite132c98be92a02fad94f87188c8a1d54ba0ac7b1 (patch)
treedfd8448e6f1760cca67e2448be25f6ff146bd83c /lib/chef/version.rb
parent5e2ca501715a7614c64de62d9a396f11de986dbe (diff)
downloadchef-e132c98be92a02fad94f87188c8a1d54ba0ac7b1.tar.gz
Bump version to 15.1.33 by Chef Expeditorv15.1.33
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 d7b5f7bcae..8116e5b4c8 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.32")
+ VERSION = Chef::VersionString.new("15.1.33")
end
#