summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-02 01:57:38 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-02 01:57:38 +0000
commitfc13612a6fa603577a7ade868cc43a99719dd14b (patch)
tree9eba5b13e457daebf354555efc584d23dc698ad5 /lib/chef/version.rb
parentee407348ce9b54f7d9808cb0ae96e9286f1a5d71 (diff)
downloadchef-fc13612a6fa603577a7ade868cc43a99719dd14b.tar.gz
Bump version of chef to 12.14.44 by Chef Versioner.v12.14.44
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 1469203243..d524ebeb91 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.43"
+ VERSION = "12.14.44"
end
#