summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-07 23:16:27 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-07 23:16:27 +0000
commit59529a0b879a86d946d07df0a648fb48014e38a4 (patch)
treeaccba9c4a6f8c9125210a9c853c81d610f57165a /lib
parent64ccb8c4830265de395dcbab16dd3db30a851e25 (diff)
downloadchef-59529a0b879a86d946d07df0a648fb48014e38a4.tar.gz
Bump version to 15.0.274 by Chef Expeditorv15.0.274
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 6462a613bd..468a59e443 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.273")
+ VERSION = Chef::VersionString.new("15.0.274")
end
#