summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-17 18:36:35 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-17 18:36:35 +0000
commitb3db1af39ad6f38d075b6ae374a84cb719e18872 (patch)
tree9b559aaf1ac7fab21f3e5f96f2818e713bc8ee39 /lib/chef/version.rb
parent5f97ba11186b0632378a33259155188b6e902613 (diff)
downloadchef-b3db1af39ad6f38d075b6ae374a84cb719e18872.tar.gz
Bump version to 14.12.4 by Chef Expeditorv14.12.4
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 96a1bd61d9..aa20cc003d 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.12.3")
+ VERSION = Chef::VersionString.new("14.12.4")
end
#