summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-16 20:11:23 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-16 20:11:23 +0000
commit51581a0d11ddfac8db97712c6c3c680910db706c (patch)
treeea22dfce4f630c430acb50740c14712794f15a61 /lib
parent721c3cd24c1a7b67f5c06768aa4254aaa5c3fa43 (diff)
downloadchef-51581a0d11ddfac8db97712c6c3c680910db706c.tar.gz
Bump version of chef to 12.14.4 by Chef Versioner.v12.14.4
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 a693fa8d62..c8ccb1d34e 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.14.3"
+ VERSION = "12.14.4"
end
#