summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-25 21:56:58 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-25 21:56:58 +0000
commit7d0132fddee612e782f662e76c655e6fc086ccce (patch)
tree27f769f73bf0f68a6a992ee473829d332f79f8c0 /lib
parent04e6ec5e1e69b9d803ed59e44df5125d5b91a13c (diff)
downloadchef-7d0132fddee612e782f662e76c655e6fc086ccce.tar.gz
Bump version to 15.1.30 by Chef Expeditorv15.1.30
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 87998c7b5f..5fac3c9a0e 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.29")
+ VERSION = Chef::VersionString.new("15.1.30")
end
#