summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-16 16:09:11 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-16 16:09:11 +0000
commit1f23881a95d1dfa63158c7c35d3f8723df97a758 (patch)
treeedd890c45eb898594400b1fe2db0c19a9ae72fd1 /lib/chef
parent89b5805c67e7bca4ac5126a7cc57ff979e55269f (diff)
downloadchef-1f23881a95d1dfa63158c7c35d3f8723df97a758.tar.gz
Bump version of chef to 13.0.44 by Chef Versioner.v13.0.44
Diffstat (limited to 'lib/chef')
-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 02690cc650..d9ce821ffe 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.43"
+ VERSION = "13.0.44"
end
#