summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-09 01:25:41 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-09 01:25:41 +0000
commitbc73e02e60a575c066085b7e8acdcc360192036e (patch)
tree16db853c87de4482e0e179b2faf828b8b0f044b8 /lib
parentc730289058f7afc422306a182270868857060e84 (diff)
downloadchef-bc73e02e60a575c066085b7e8acdcc360192036e.tar.gz
Bump version to 15.0.280 by Chef Expeditorv15.0.280
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 e6d016a5d4..3cba8e64c4 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.0.279")
+ VERSION = Chef::VersionString.new("15.0.280")
end
#