summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-10 19:08:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-10 19:08:56 +0000
commit1d874bf5ef81f884b60284597753cec8de492066 (patch)
tree2ec30b15f46963237f64edc1c49a22ce9ae586d3 /lib/chef/version.rb
parent519a41ca8de5c1e451fef0eebf3e4f87d0ab2735 (diff)
downloadchef-1d874bf5ef81f884b60284597753cec8de492066.tar.gz
Bump version to 14.4.30 by Chef Expeditorv14.4.30
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 2f0a414990..e35ab8d06f 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("14.4.29")
+ VERSION = Chef::VersionString.new("14.4.30")
end
#